HSL(18, 30%, 76%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(18,30%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 30%, 76%) | color: hsl(18, 30%, 76%) | |
| HEX | #D4BAAF | color: #D4BAAF | |
| RGB | rgb(212, 186, 175) | color: rgb(212, 186, 175) | |
| CMYK | cmyk(0%, 12%, 17%, 17%) | — | |
| HSV | hsv(18, 17%, 83%) | — | |
| HWB | hwb(18 69% 17%) | color: hwb(18 69% 17%) | |
| OKLCH | oklch(0.8081 0.0336 44.31) | color: oklch(0.8081 0.0336 44.31) | |
| Lab | lab(77.41 7.49 8.98) | color: lab(77.41 7.49 8.98) | |
| LCH | lch(77.41 11.69 50.17) | color: lch(77.41 11.69 50.17) |
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)
#C9C9B2 — rgb(201, 201, 178)
Deuteranopia (Green-blind)
#CACCB2 — rgb(202, 204, 178)
Tritanopia (Blue-blind)
#D3B4B4 — rgb(211, 180, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 30%, 76%);
text
color: hsl(18, 30%, 76%);
border
border: 2px solid hsl(18, 30%, 76%);
gradient light
background: linear-gradient(to right, hsl(18, 30%, 96%), hsl(18, 30%, 76%));
gradient dark
background: linear-gradient(to right, hsl(18, 30%, 76%), hsl(18, 30%, 56%))
hex
background-color: #D4BAAF;
tailwind
bg-[hsl(18,30%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 30%, 76%, 0.4);
css variable
--color-primary: hsl(18, 30%, 76%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(18, 30%, 76%)?
HEX: #D4BAAF | RGB: rgb(212, 186, 175) | CMYK: 0%, 12%, 17%, 17% | HSV: 18°, 17%, 83%. Copy any format from the conversion table above.
What colors go well with #D4BAAF?
The complementary color is HSL(198, 30%, 76%). 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, 30%, 76%) in CSS?
As HSL: color: hsl(18, 30%, 76%); — As HEX: color: #D4BAAF; — As RGB: color: rgb(212, 186, 175); — Tailwind CSS: bg-[hsl(18,30%,76%)] — CSS variable: --color-primary: hsl(18, 30%, 76%);