HSL(30, 30%, 81%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,30%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 30%, 81%) | color: hsl(30, 30%, 81%) | |
| HEX | #DDCFC0 | color: #DDCFC0 | |
| RGB | rgb(221, 207, 192) | color: rgb(221, 207, 192) | |
| CMYK | cmyk(0%, 6%, 13%, 13%) | — | |
| HSV | hsv(31, 13%, 87%) | — | |
| HWB | hwb(31 76% 13%) | color: hwb(31 76% 13%) | |
| OKLCH | oklch(0.8618 0.0257 69.4) | color: oklch(0.8618 0.0257 69.4) | |
| Lab | lab(83.86 2.36 9.19) | color: lab(83.86 2.36 9.19) | |
| LCH | lch(83.86 9.49 75.6) | color: lch(83.86 9.49 75.6) |
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)
#D7D7C4 — rgb(215, 215, 196)
Deuteranopia (Green-blind)
#D8D9C5 — rgb(216, 217, 197)
Tritanopia (Blue-blind)
#DCC6C7 — rgb(220, 198, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 30%, 81%);
text
color: hsl(30, 30%, 81%);
border
border: 2px solid hsl(30, 30%, 81%);
gradient light
background: linear-gradient(to right, hsl(30, 30%, 100%), hsl(30, 30%, 81%));
gradient dark
background: linear-gradient(to right, hsl(30, 30%, 81%), hsl(30, 30%, 61%))
hex
background-color: #DDCFC0;
tailwind
bg-[hsl(30,30%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 30%, 81%, 0.4);
css variable
--color-primary: hsl(30, 30%, 81%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 30%, 81%)?
HEX: #DDCFC0 | RGB: rgb(221, 207, 192) | CMYK: 0%, 6%, 13%, 13% | HSV: 31°, 13%, 87%. Copy any format from the conversion table above.
What colors go well with #DDCFC0?
The complementary color is HSL(210, 30%, 81%). 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, 30%, 81%) in CSS?
As HSL: color: hsl(30, 30%, 81%); — As HEX: color: #DDCFC0; — As RGB: color: rgb(221, 207, 192); — Tailwind CSS: bg-[hsl(30,30%,81%)] — CSS variable: --color-primary: hsl(30, 30%, 81%);