HSL(37, 63%, 69%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,63%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 63%, 69%) | color: hsl(37, 63%, 69%) | |
| HEX | #E2BC7E | color: #E2BC7E | |
| RGB | rgb(226, 188, 126) | color: rgb(226, 188, 126) | |
| CMYK | cmyk(0%, 17%, 44%, 11%) | — | |
| HSV | hsv(37, 44%, 89%) | — | |
| HWB | hwb(37 50% 11%) | color: hwb(37 50% 11%) | |
| OKLCH | oklch(0.8146 0.0906 79.2) | color: oklch(0.8146 0.0906 79.2) | |
| Lab | lab(78.25 5.57 36.41) | color: lab(78.25 5.57 36.41) | |
| LCH | lch(78.25 36.83 81.3) | color: lch(78.25 36.83 81.3) |
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)
#D2D18D — rgb(210, 209, 141)
Deuteranopia (Green-blind)
#D4D791 — rgb(212, 215, 145)
Tritanopia (Blue-blind)
#E0999B — rgb(224, 153, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 63%, 69%);
text
color: hsl(37, 63%, 69%);
border
border: 2px solid hsl(37, 63%, 69%);
gradient light
background: linear-gradient(to right, hsl(37, 63%, 89%), hsl(37, 63%, 69%));
gradient dark
background: linear-gradient(to right, hsl(37, 63%, 69%), hsl(37, 63%, 49%))
hex
background-color: #E2BC7E;
tailwind
bg-[hsl(37,63%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 63%, 69%, 0.4);
css variable
--color-primary: hsl(37, 63%, 69%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 63%, 69%)?
HEX: #E2BC7E | RGB: rgb(226, 188, 126) | CMYK: 0%, 17%, 44%, 11% | HSV: 37°, 44%, 89%. Copy any format from the conversion table above.
What colors go well with #E2BC7E?
The complementary color is HSL(217, 63%, 69%). 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, 63%, 69%) in CSS?
As HSL: color: hsl(37, 63%, 69%); — As HEX: color: #E2BC7E; — As RGB: color: rgb(226, 188, 126); — Tailwind CSS: bg-[hsl(37,63%,69%)] — CSS variable: --color-primary: hsl(37, 63%, 69%);