HSL(44, 75%, 74%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,75%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 75%, 74%) | color: hsl(44, 75%, 74%) | |
| HEX | #EED48B | color: #EED48B | |
| RGB | rgb(238, 212, 139) | color: rgb(238, 212, 139) | |
| CMYK | cmyk(0%, 11%, 42%, 7%) | — | |
| HSV | hsv(44, 42%, 93%) | — | |
| HWB | hwb(44 54% 7%) | color: hwb(44 54% 7%) | |
| OKLCH | oklch(0.8754 0.0964 90.61) | color: oklch(0.8754 0.0964 90.61) | |
| Lab | lab(85.57 -0.78 39.39) | color: lab(85.57 -0.78 39.39) | |
| LCH | lch(85.57 39.4 91.13) | color: lch(85.57 39.4 91.13) |
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)
#E3E39D — rgb(227, 227, 157)
Deuteranopia (Green-blind)
#E4E6A1 — rgb(228, 230, 161)
Tritanopia (Blue-blind)
#EDABAE — rgb(237, 171, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 75%, 74%);
text
color: hsl(44, 75%, 74%);
border
border: 2px solid hsl(44, 75%, 74%);
gradient light
background: linear-gradient(to right, hsl(44, 75%, 94%), hsl(44, 75%, 74%));
gradient dark
background: linear-gradient(to right, hsl(44, 75%, 74%), hsl(44, 75%, 54%))
hex
background-color: #EED48B;
tailwind
bg-[hsl(44,75%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 75%, 74%, 0.4);
css variable
--color-primary: hsl(44, 75%, 74%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 75%, 74%)?
HEX: #EED48B | RGB: rgb(238, 212, 139) | CMYK: 0%, 11%, 42%, 7% | HSV: 44°, 42%, 93%. Copy any format from the conversion table above.
What colors go well with #EED48B?
The complementary color is HSL(224, 75%, 74%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 75%, 74%) in CSS?
As HSL: color: hsl(44, 75%, 74%); — As HEX: color: #EED48B; — As RGB: color: rgb(238, 212, 139); — Tailwind CSS: bg-[hsl(44,75%,74%)] — CSS variable: --color-primary: hsl(44, 75%, 74%);