HSL(27, 77%, 67%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,77%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 77%, 67%) | color: hsl(27, 77%, 67%) | |
| HEX | #ECA46A | color: #ECA46A | |
| RGB | rgb(236, 164, 106) | color: rgb(236, 164, 106) | |
| CMYK | cmyk(0%, 31%, 55%, 7%) | — | |
| HSV | hsv(27, 55%, 93%) | — | |
| HWB | hwb(27 42% 7%) | color: hwb(27 42% 7%) | |
| OKLCH | oklch(0.7764 0.1132 58.91) | color: oklch(0.7764 0.1132 58.91) | |
| Lab | lab(73.17 20.53 40.55) | color: lab(73.17 20.53 40.55) | |
| LCH | lch(73.17 45.45 63.15) | color: lch(73.17 45.45 63.15) |
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)
#CDCC78 — rgb(205, 204, 120)
Deuteranopia (Green-blind)
#D1D67B — rgb(209, 214, 123)
Tritanopia (Blue-blind)
#E88386 — rgb(232, 131, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 77%, 67%);
text
color: hsl(27, 77%, 67%);
border
border: 2px solid hsl(27, 77%, 67%);
gradient light
background: linear-gradient(to right, hsl(27, 77%, 87%), hsl(27, 77%, 67%));
gradient dark
background: linear-gradient(to right, hsl(27, 77%, 67%), hsl(27, 77%, 47%))
hex
background-color: #ECA46A;
tailwind
bg-[hsl(27,77%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 77%, 67%, 0.4);
css variable
--color-primary: hsl(27, 77%, 67%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 77%, 67%)?
HEX: #ECA46A | RGB: rgb(236, 164, 106) | CMYK: 0%, 31%, 55%, 7% | HSV: 27°, 55%, 93%. Copy any format from the conversion table above.
What colors go well with #ECA46A?
The complementary color is HSL(207, 77%, 67%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(27, 77%, 67%) in CSS?
As HSL: color: hsl(27, 77%, 67%); — As HEX: color: #ECA46A; — As RGB: color: rgb(236, 164, 106); — Tailwind CSS: bg-[hsl(27,77%,67%)] — CSS variable: --color-primary: hsl(27, 77%, 67%);