HSL(37, 25%, 77%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,25%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 25%, 77%) | color: hsl(37, 25%, 77%) | |
| HEX | #D3C8B6 | color: #D3C8B6 | |
| RGB | rgb(211, 200, 182) | color: rgb(211, 200, 182) | |
| CMYK | cmyk(0%, 5%, 14%, 17%) | — | |
| HSV | hsv(37, 14%, 83%) | — | |
| HWB | hwb(37 71% 17%) | color: hwb(37 71% 17%) | |
| OKLCH | oklch(0.8369 0.0274 80.23) | color: oklch(0.8369 0.0274 80.23) | |
| Lab | lab(81.04 0.81 10.38) | color: lab(81.04 0.81 10.38) | |
| LCH | lch(81.04 10.41 85.54) | color: lch(81.04 10.41 85.54) |
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)
#CECEBA — rgb(206, 206, 186)
Deuteranopia (Green-blind)
#CFD0BB — rgb(207, 208, 187)
Tritanopia (Blue-blind)
#D2BEBF — rgb(210, 190, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 25%, 77%);
text
color: hsl(37, 25%, 77%);
border
border: 2px solid hsl(37, 25%, 77%);
gradient light
background: linear-gradient(to right, hsl(37, 25%, 97%), hsl(37, 25%, 77%));
gradient dark
background: linear-gradient(to right, hsl(37, 25%, 77%), hsl(37, 25%, 57%))
hex
background-color: #D3C8B6;
tailwind
bg-[hsl(37,25%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 25%, 77%, 0.4);
css variable
--color-primary: hsl(37, 25%, 77%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 25%, 77%)?
HEX: #D3C8B6 | RGB: rgb(211, 200, 182) | CMYK: 0%, 5%, 14%, 17% | HSV: 37°, 14%, 83%. Copy any format from the conversion table above.
What colors go well with #D3C8B6?
The complementary color is HSL(217, 25%, 77%). 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, 25%, 77%) in CSS?
As HSL: color: hsl(37, 25%, 77%); — As HEX: color: #D3C8B6; — As RGB: color: rgb(211, 200, 182); — Tailwind CSS: bg-[hsl(37,25%,77%)] — CSS variable: --color-primary: hsl(37, 25%, 77%);