HSL(33, 80%, 62%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,80%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 80%, 62%) | color: hsl(33, 80%, 62%) | |
| HEX | #ECA651 | color: #ECA651 | |
| RGB | rgb(236, 166, 81) | color: rgb(236, 166, 81) | |
| CMYK | cmyk(0%, 30%, 66%, 7%) | — | |
| HSV | hsv(33, 66%, 93%) | — | |
| HWB | hwb(33 32% 7%) | color: hwb(33 32% 7%) | |
| OKLCH | oklch(0.7768 0.1302 68.98) | color: oklch(0.7768 0.1302 68.98) | |
| Lab | lab(73.35 17.72 53.14) | color: lab(73.35 17.72 53.14) | |
| LCH | lch(73.35 56.02 71.56) | color: lch(73.35 56.02 71.56) |
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)
#CECD66 — rgb(206, 205, 102)
Deuteranopia (Green-blind)
#D2D76B — rgb(210, 215, 107)
Tritanopia (Blue-blind)
#E97679 — rgb(233, 118, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 80%, 62%);
text
color: hsl(33, 80%, 62%);
border
border: 2px solid hsl(33, 80%, 62%);
gradient light
background: linear-gradient(to right, hsl(33, 80%, 82%), hsl(33, 80%, 62%));
gradient dark
background: linear-gradient(to right, hsl(33, 80%, 62%), hsl(33, 80%, 42%))
hex
background-color: #ECA651;
tailwind
bg-[hsl(33,80%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 80%, 62%, 0.4);
css variable
--color-primary: hsl(33, 80%, 62%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 80%, 62%)?
HEX: #ECA651 | RGB: rgb(236, 166, 81) | CMYK: 0%, 30%, 66%, 7% | HSV: 33°, 66%, 93%. Copy any format from the conversion table above.
What colors go well with #ECA651?
The complementary color is HSL(213, 80%, 62%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 80%, 62%) in CSS?
As HSL: color: hsl(33, 80%, 62%); — As HEX: color: #ECA651; — As RGB: color: rgb(236, 166, 81); — Tailwind CSS: bg-[hsl(33,80%,62%)] — CSS variable: --color-primary: hsl(33, 80%, 62%);