HSL(42, 80%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,80%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 80%, 63%) | color: hsl(42, 80%, 63%) | |
| HEX | #ECBF55 | color: #ECBF55 | |
| RGB | rgb(236, 191, 85) | color: rgb(236, 191, 85) | |
| CMYK | cmyk(0%, 19%, 64%, 7%) | — | |
| HSV | hsv(42, 64%, 93%) | — | |
| HWB | hwb(42 33% 7%) | color: hwb(42 33% 7%) | |
| OKLCH | oklch(0.8249 0.133 85.96) | color: oklch(0.8249 0.133 85.96) | |
| Lab | lab(79.47 4.79 58.06) | color: lab(79.47 4.79 58.06) | |
| LCH | lch(79.47 58.26 85.28) | color: lch(79.47 58.26 85.28) |
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)
#D9D86F — rgb(217, 216, 111)
Deuteranopia (Green-blind)
#DBDF75 — rgb(219, 223, 117)
Tritanopia (Blue-blind)
#EA8387 — rgb(234, 131, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 80%, 63%);
text
color: hsl(42, 80%, 63%);
border
border: 2px solid hsl(42, 80%, 63%);
gradient light
background: linear-gradient(to right, hsl(42, 80%, 83%), hsl(42, 80%, 63%));
gradient dark
background: linear-gradient(to right, hsl(42, 80%, 63%), hsl(42, 80%, 43%))
hex
background-color: #ECBF55;
tailwind
bg-[hsl(42,80%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 80%, 63%, 0.4);
css variable
--color-primary: hsl(42, 80%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 80%, 63%)?
HEX: #ECBF55 | RGB: rgb(236, 191, 85) | CMYK: 0%, 19%, 64%, 7% | HSV: 42°, 64%, 93%. Copy any format from the conversion table above.
What colors go well with #ECBF55?
The complementary color is HSL(222, 80%, 63%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 80%, 63%) in CSS?
As HSL: color: hsl(42, 80%, 63%); — As HEX: color: #ECBF55; — As RGB: color: rgb(236, 191, 85); — Tailwind CSS: bg-[hsl(42,80%,63%)] — CSS variable: --color-primary: hsl(42, 80%, 63%);