HSL(20, 27%, 74%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,27%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 27%, 74%) | color: hsl(20, 27%, 74%) | |
| HEX | #CFB7AB | color: #CFB7AB | |
| RGB | rgb(207, 183, 171) | color: rgb(207, 183, 171) | |
| CMYK | cmyk(0%, 12%, 17%, 19%) | — | |
| HSV | hsv(20, 17%, 81%) | — | |
| HWB | hwb(20 67% 19%) | color: hwb(20 67% 19%) | |
| OKLCH | oklch(0.7966 0.0324 48.29) | color: oklch(0.7966 0.0324 48.29) | |
| Lab | lab(76.11 6.63 9.24) | color: lab(76.11 6.63 9.24) | |
| LCH | lch(76.11 11.37 54.34) | color: lch(76.11 11.37 54.34) |
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)
#C5C4AE — rgb(197, 196, 174)
Deuteranopia (Green-blind)
#C6C8AF — rgb(198, 200, 175)
Tritanopia (Blue-blind)
#CEB0B1 — rgb(206, 176, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 27%, 74%);
text
color: hsl(20, 27%, 74%);
border
border: 2px solid hsl(20, 27%, 74%);
gradient light
background: linear-gradient(to right, hsl(20, 27%, 94%), hsl(20, 27%, 74%));
gradient dark
background: linear-gradient(to right, hsl(20, 27%, 74%), hsl(20, 27%, 54%))
hex
background-color: #CFB7AB;
tailwind
bg-[hsl(20,27%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 27%, 74%, 0.4);
css variable
--color-primary: hsl(20, 27%, 74%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 27%, 74%)?
HEX: #CFB7AB | RGB: rgb(207, 183, 171) | CMYK: 0%, 12%, 17%, 19% | HSV: 20°, 17%, 81%. Copy any format from the conversion table above.
What colors go well with #CFB7AB?
The complementary color is HSL(200, 27%, 74%). 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, 27%, 74%) in CSS?
As HSL: color: hsl(20, 27%, 74%); — As HEX: color: #CFB7AB; — As RGB: color: rgb(207, 183, 171); — Tailwind CSS: bg-[hsl(20,27%,74%)] — CSS variable: --color-primary: hsl(20, 27%, 74%);