HSL(28, 70%, 75%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(28,70%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(28, 70%, 75%) | color: hsl(28, 70%, 75%) | |
| HEX | #ECBC93 | color: #ECBC93 | |
| RGB | rgb(236, 188, 147) | color: rgb(236, 188, 147) | |
| CMYK | cmyk(0%, 20%, 38%, 7%) | — | |
| HSV | hsv(28, 38%, 93%) | — | |
| HWB | hwb(28 58% 7%) | color: hwb(28 58% 7%) | |
| OKLCH | oklch(0.8282 0.0776 61.94) | color: oklch(0.8282 0.0776 61.94) | |
| Lab | lab(79.56 11.81 27.31) | color: lab(79.56 11.81 27.31) | |
| LCH | lch(79.56 29.75 66.61) | color: lch(79.56 29.75 66.61) |
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)
#D7D79D — rgb(215, 215, 157)
Deuteranopia (Green-blind)
#DADE9F — rgb(218, 222, 159)
Tritanopia (Blue-blind)
#EAA5A6 — rgb(234, 165, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(28, 70%, 75%);
text
color: hsl(28, 70%, 75%);
border
border: 2px solid hsl(28, 70%, 75%);
gradient light
background: linear-gradient(to right, hsl(28, 70%, 95%), hsl(28, 70%, 75%));
gradient dark
background: linear-gradient(to right, hsl(28, 70%, 75%), hsl(28, 70%, 55%))
hex
background-color: #ECBC93;
tailwind
bg-[hsl(28,70%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(28, 70%, 75%, 0.4);
css variable
--color-primary: hsl(28, 70%, 75%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(28, 70%, 75%)?
HEX: #ECBC93 | RGB: rgb(236, 188, 147) | CMYK: 0%, 20%, 38%, 7% | HSV: 28°, 38%, 93%. Copy any format from the conversion table above.
What colors go well with #ECBC93?
The complementary color is HSL(208, 70%, 75%). For a triadic harmony, use hues 28°, 148°, and 268°. For analogous combinations, try hues 358° and 58°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(28, 70%, 75%) in CSS?
As HSL: color: hsl(28, 70%, 75%); — As HEX: color: #ECBC93; — As RGB: color: rgb(236, 188, 147); — Tailwind CSS: bg-[hsl(28,70%,75%)] — CSS variable: --color-primary: hsl(28, 70%, 75%);