HSL(37, 54%, 76%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,54%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 54%, 76%) | color: hsl(37, 54%, 76%) | |
| HEX | #E3CAA1 | color: #E3CAA1 | |
| RGB | rgb(227, 202, 161) | color: rgb(227, 202, 161) | |
| CMYK | cmyk(0%, 11%, 29%, 11%) | — | |
| HSV | hsv(37, 29%, 89%) | — | |
| HWB | hwb(37 63% 11%) | color: hwb(37 63% 11%) | |
| OKLCH | oklch(0.8498 0.0611 79.99) | color: oklch(0.8498 0.0611 79.99) | |
| Lab | lab(82.46 2.7 23.71) | color: lab(82.46 2.7 23.71) | |
| LCH | lch(82.46 23.86 83.5) | color: lch(82.46 23.86 83.5) |
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)
#D8D8AB — rgb(216, 216, 171)
Deuteranopia (Green-blind)
#DADCAD — rgb(218, 220, 173)
Tritanopia (Blue-blind)
#E2B3B4 — rgb(226, 179, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 54%, 76%);
text
color: hsl(37, 54%, 76%);
border
border: 2px solid hsl(37, 54%, 76%);
gradient light
background: linear-gradient(to right, hsl(37, 54%, 96%), hsl(37, 54%, 76%));
gradient dark
background: linear-gradient(to right, hsl(37, 54%, 76%), hsl(37, 54%, 56%))
hex
background-color: #E3CAA1;
tailwind
bg-[hsl(37,54%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 54%, 76%, 0.4);
css variable
--color-primary: hsl(37, 54%, 76%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 54%, 76%)?
HEX: #E3CAA1 | RGB: rgb(227, 202, 161) | CMYK: 0%, 11%, 29%, 11% | HSV: 37°, 29%, 89%. Copy any format from the conversion table above.
What colors go well with #E3CAA1?
The complementary color is HSL(217, 54%, 76%). 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, 54%, 76%) in CSS?
As HSL: color: hsl(37, 54%, 76%); — As HEX: color: #E3CAA1; — As RGB: color: rgb(227, 202, 161); — Tailwind CSS: bg-[hsl(37,54%,76%)] — CSS variable: --color-primary: hsl(37, 54%, 76%);