HSL(35, 80%, 62%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,80%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 80%, 62%) | color: hsl(35, 80%, 62%) | |
| HEX | #ECAB51 | color: #ECAB51 | |
| RGB | rgb(236, 171, 81) | color: rgb(236, 171, 81) | |
| CMYK | cmyk(0%, 28%, 66%, 7%) | — | |
| HSV | hsv(35, 66%, 93%) | — | |
| HWB | hwb(35 32% 7%) | color: hwb(35 32% 7%) | |
| OKLCH | oklch(0.7861 0.1303 72.63) | color: oklch(0.7861 0.1303 72.63) | |
| Lab | lab(74.54 15.07 54.46) | color: lab(74.54 15.07 54.46) | |
| LCH | lch(74.54 56.51 74.53) | color: lch(74.54 56.51 74.53) |
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)
#D0CF67 — rgb(208, 207, 103)
Deuteranopia (Green-blind)
#D4D96C — rgb(212, 217, 108)
Tritanopia (Blue-blind)
#E9787C — rgb(233, 120, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 80%, 62%);
text
color: hsl(35, 80%, 62%);
border
border: 2px solid hsl(35, 80%, 62%);
gradient light
background: linear-gradient(to right, hsl(35, 80%, 82%), hsl(35, 80%, 62%));
gradient dark
background: linear-gradient(to right, hsl(35, 80%, 62%), hsl(35, 80%, 42%))
hex
background-color: #ECAB51;
tailwind
bg-[hsl(35,80%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 80%, 62%, 0.4);
css variable
--color-primary: hsl(35, 80%, 62%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 80%, 62%)?
HEX: #ECAB51 | RGB: rgb(236, 171, 81) | CMYK: 0%, 28%, 66%, 7% | HSV: 35°, 66%, 93%. Copy any format from the conversion table above.
What colors go well with #ECAB51?
The complementary color is HSL(215, 80%, 62%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 80%, 62%) in CSS?
As HSL: color: hsl(35, 80%, 62%); — As HEX: color: #ECAB51; — As RGB: color: rgb(236, 171, 81); — Tailwind CSS: bg-[hsl(35,80%,62%)] — CSS variable: --color-primary: hsl(35, 80%, 62%);