HSL(20, 30%, 67%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,30%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 30%, 67%) | color: hsl(20, 30%, 67%) | |
| HEX | #C4A292 | color: #C4A292 | |
| RGB | rgb(196, 162, 146) | color: rgb(196, 162, 146) | |
| CMYK | cmyk(0%, 17%, 26%, 23%) | — | |
| HSV | hsv(19, 26%, 77%) | — | |
| HWB | hwb(19 57% 23%) | color: hwb(19 57% 23%) | |
| OKLCH | oklch(0.7385 0.0463 46.61) | color: oklch(0.7385 0.0463 46.61) | |
| Lab | lab(69.22 10.07 13.01) | color: lab(69.22 10.07 13.01) | |
| LCH | lch(69.22 16.45 52.26) | color: lch(69.22 16.45 52.26) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#B5B596 — rgb(181, 181, 150)
Deuteranopia (Green-blind)
#B7BA97 — rgb(183, 186, 151)
Tritanopia (Blue-blind)
#C2999A — rgb(194, 153, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 30%, 67%);
text
color: hsl(20, 30%, 67%);
border
border: 2px solid hsl(20, 30%, 67%);
gradient light
background: linear-gradient(to right, hsl(20, 30%, 87%), hsl(20, 30%, 67%));
gradient dark
background: linear-gradient(to right, hsl(20, 30%, 67%), hsl(20, 30%, 47%))
hex
background-color: #C4A292;
tailwind
bg-[hsl(20,30%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 30%, 67%, 0.4);
css variable
--color-primary: hsl(20, 30%, 67%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 30%, 67%)?
HEX: #C4A292 | RGB: rgb(196, 162, 146) | CMYK: 0%, 17%, 26%, 23% | HSV: 19°, 26%, 77%. Copy any format from the conversion table above.
What colors go well with #C4A292?
The complementary color is HSL(200, 30%, 67%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 30%, 67%) in CSS?
As HSL: color: hsl(20, 30%, 67%); — As HEX: color: #C4A292; — As RGB: color: rgb(196, 162, 146); — Tailwind CSS: bg-[hsl(20,30%,67%)] — CSS variable: --color-primary: hsl(20, 30%, 67%);