HSL(30, 42%, 80%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,42%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 42%, 80%) | color: hsl(30, 42%, 80%) | |
| HEX | #E1CCB7 | color: #E1CCB7 | |
| RGB | rgb(225, 204, 183) | color: rgb(225, 204, 183) | |
| CMYK | cmyk(0%, 9%, 19%, 12%) | — | |
| HSV | hsv(30, 19%, 88%) | — | |
| HWB | hwb(30 71% 12%) | color: hwb(30 71% 12%) | |
| OKLCH | oklch(0.857 0.0369 67.3) | color: oklch(0.857 0.0369 67.3) | |
| Lab | lab(83.24 3.99 13.13) | color: lab(83.24 3.99 13.13) | |
| LCH | lch(83.24 13.72 73.1) | color: lch(83.24 13.72 73.1) |
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)
#D8D8BC — rgb(216, 216, 188)
Deuteranopia (Green-blind)
#D9DBBD — rgb(217, 219, 189)
Tritanopia (Blue-blind)
#E0C0C1 — rgb(224, 192, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 42%, 80%);
text
color: hsl(30, 42%, 80%);
border
border: 2px solid hsl(30, 42%, 80%);
gradient light
background: linear-gradient(to right, hsl(30, 42%, 100%), hsl(30, 42%, 80%));
gradient dark
background: linear-gradient(to right, hsl(30, 42%, 80%), hsl(30, 42%, 60%))
hex
background-color: #E1CCB7;
tailwind
bg-[hsl(30,42%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 42%, 80%, 0.4);
css variable
--color-primary: hsl(30, 42%, 80%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 42%, 80%)?
HEX: #E1CCB7 | RGB: rgb(225, 204, 183) | CMYK: 0%, 9%, 19%, 12% | HSV: 30°, 19%, 88%. Copy any format from the conversion table above.
What colors go well with #E1CCB7?
The complementary color is HSL(210, 42%, 80%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 42%, 80%) in CSS?
As HSL: color: hsl(30, 42%, 80%); — As HEX: color: #E1CCB7; — As RGB: color: rgb(225, 204, 183); — Tailwind CSS: bg-[hsl(30,42%,80%)] — CSS variable: --color-primary: hsl(30, 42%, 80%);