HSL(18, 60%, 75%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(18,60%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 60%, 75%) | color: hsl(18, 60%, 75%) | |
| HEX | #E6B099 | color: #E6B099 | |
| RGB | rgb(230, 176, 153) | color: rgb(230, 176, 153) | |
| CMYK | cmyk(0%, 23%, 33%, 10%) | — | |
| HSV | hsv(18, 33%, 90%) | — | |
| HWB | hwb(18 60% 10%) | color: hwb(18 60% 10%) | |
| OKLCH | oklch(0.8009 0.071 44.15) | color: oklch(0.8009 0.071 44.15) | |
| Lab | lab(76.18 16.57 19.39) | color: lab(76.18 16.57 19.39) | |
| LCH | lch(76.18 25.51 49.48) | color: lch(76.18 25.51 49.48) |
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)
#CFCE9F — rgb(207, 206, 159)
Deuteranopia (Green-blind)
#D2D6A0 — rgb(210, 214, 160)
Tritanopia (Blue-blind)
#E3A3A4 — rgb(227, 163, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 60%, 75%);
text
color: hsl(18, 60%, 75%);
border
border: 2px solid hsl(18, 60%, 75%);
gradient light
background: linear-gradient(to right, hsl(18, 60%, 95%), hsl(18, 60%, 75%));
gradient dark
background: linear-gradient(to right, hsl(18, 60%, 75%), hsl(18, 60%, 55%))
hex
background-color: #E6B099;
tailwind
bg-[hsl(18,60%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 60%, 75%, 0.4);
css variable
--color-primary: hsl(18, 60%, 75%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(18, 60%, 75%)?
HEX: #E6B099 | RGB: rgb(230, 176, 153) | CMYK: 0%, 23%, 33%, 10% | HSV: 18°, 33%, 90%. Copy any format from the conversion table above.
What colors go well with #E6B099?
The complementary color is HSL(198, 60%, 75%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(18, 60%, 75%) in CSS?
As HSL: color: hsl(18, 60%, 75%); — As HEX: color: #E6B099; — As RGB: color: rgb(230, 176, 153); — Tailwind CSS: bg-[hsl(18,60%,75%)] — CSS variable: --color-primary: hsl(18, 60%, 75%);