HSL(37, 26%, 74%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,26%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 26%, 74%) | color: hsl(37, 26%, 74%) | |
| HEX | #CEC1AB | color: #CEC1AB | |
| RGB | rgb(206, 193, 171) | color: rgb(206, 193, 171) | |
| CMYK | cmyk(0%, 6%, 17%, 19%) | — | |
| HSV | hsv(38, 17%, 81%) | — | |
| HWB | hwb(38 67% 19%) | color: hwb(38 67% 19%) | |
| OKLCH | oklch(0.8157 0.0334 80.96) | color: oklch(0.8157 0.0334 80.96) | |
| Lab | lab(78.58 0.94 12.73) | color: lab(78.58 0.94 12.73) | |
| LCH | lch(78.58 12.76 85.78) | color: lch(78.58 12.76 85.78) |
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)
#C8C8B0 — rgb(200, 200, 176)
Deuteranopia (Green-blind)
#C9CAB2 — rgb(201, 202, 178)
Tritanopia (Blue-blind)
#CDB5B5 — rgb(205, 181, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 26%, 74%);
text
color: hsl(37, 26%, 74%);
border
border: 2px solid hsl(37, 26%, 74%);
gradient light
background: linear-gradient(to right, hsl(37, 26%, 94%), hsl(37, 26%, 74%));
gradient dark
background: linear-gradient(to right, hsl(37, 26%, 74%), hsl(37, 26%, 54%))
hex
background-color: #CEC1AB;
tailwind
bg-[hsl(37,26%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 26%, 74%, 0.4);
css variable
--color-primary: hsl(37, 26%, 74%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 26%, 74%)?
HEX: #CEC1AB | RGB: rgb(206, 193, 171) | CMYK: 0%, 6%, 17%, 19% | HSV: 38°, 17%, 81%. Copy any format from the conversion table above.
What colors go well with #CEC1AB?
The complementary color is HSL(217, 26%, 74%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 26%, 74%) in CSS?
As HSL: color: hsl(37, 26%, 74%); — As HEX: color: #CEC1AB; — As RGB: color: rgb(206, 193, 171); — Tailwind CSS: bg-[hsl(37,26%,74%)] — CSS variable: --color-primary: hsl(37, 26%, 74%);