HSL(41, 69%, 77%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,69%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 69%, 77%) | color: hsl(41, 69%, 77%) | |
| HEX | #EDD39C | color: #EDD39C | |
| RGB | rgb(237, 211, 156) | color: rgb(237, 211, 156) | |
| CMYK | cmyk(0%, 11%, 34%, 7%) | — | |
| HSV | hsv(41, 34%, 93%) | — | |
| HWB | hwb(41 61% 7%) | color: hwb(41 61% 7%) | |
| OKLCH | oklch(0.8755 0.0767 85.5) | color: oklch(0.8755 0.0767 85.5) | |
| Lab | lab(85.5 1.24 30.59) | color: lab(85.5 1.24 30.59) | |
| LCH | lch(85.5 30.62 87.68) | color: lch(85.5 30.62 87.68) |
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)
#E2E2A9 — rgb(226, 226, 169)
Deuteranopia (Green-blind)
#E3E5AD — rgb(227, 229, 173)
Tritanopia (Blue-blind)
#ECB4B6 — rgb(236, 180, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 69%, 77%);
text
color: hsl(41, 69%, 77%);
border
border: 2px solid hsl(41, 69%, 77%);
gradient light
background: linear-gradient(to right, hsl(41, 69%, 97%), hsl(41, 69%, 77%));
gradient dark
background: linear-gradient(to right, hsl(41, 69%, 77%), hsl(41, 69%, 57%))
hex
background-color: #EDD39C;
tailwind
bg-[hsl(41,69%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 69%, 77%, 0.4);
css variable
--color-primary: hsl(41, 69%, 77%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 69%, 77%)?
HEX: #EDD39C | RGB: rgb(237, 211, 156) | CMYK: 0%, 11%, 34%, 7% | HSV: 41°, 34%, 93%. Copy any format from the conversion table above.
What colors go well with #EDD39C?
The complementary color is HSL(221, 69%, 77%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 69%, 77%) in CSS?
As HSL: color: hsl(41, 69%, 77%); — As HEX: color: #EDD39C; — As RGB: color: rgb(237, 211, 156); — Tailwind CSS: bg-[hsl(41,69%,77%)] — CSS variable: --color-primary: hsl(41, 69%, 77%);