HSL(30, 13%, 83%)
Grayish Orange — Orange color
Adjust Color
Color Information
Color Name
Grayish Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(30,13%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 13%, 83%) | color: hsl(30, 13%, 83%) | |
| HEX | #D9D4CE | color: #D9D4CE | |
| RGB | rgb(217, 212, 206) | color: rgb(217, 212, 206) | |
| CMYK | cmyk(0%, 2%, 5%, 15%) | — | |
| HSV | hsv(33, 5%, 85%) | — | |
| HWB | hwb(33 81% 15%) | color: hwb(33 81% 15%) | |
| OKLCH | oklch(0.8722 0.0099 72.65) | color: oklch(0.8722 0.0099 72.65) | |
| Lab | lab(85.15 0.66 3.57) | color: lab(85.15 0.66 3.57) | |
| LCH | lch(85.15 3.63 79.53) | color: lch(85.15 3.63 79.53) |
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)
#D7D7CF — rgb(215, 215, 207)
Deuteranopia (Green-blind)
#D7D8D0 — rgb(215, 216, 208)
Tritanopia (Blue-blind)
#D9D1D1 — rgb(217, 209, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 13%, 83%);
text
color: hsl(30, 13%, 83%);
border
border: 2px solid hsl(30, 13%, 83%);
gradient light
background: linear-gradient(to right, hsl(30, 13%, 100%), hsl(30, 13%, 83%));
gradient dark
background: linear-gradient(to right, hsl(30, 13%, 83%), hsl(30, 13%, 63%))
hex
background-color: #D9D4CE;
tailwind
bg-[hsl(30,13%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 13%, 83%, 0.4);
css variable
--color-primary: hsl(30, 13%, 83%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 13%, 83%)?
HEX: #D9D4CE | RGB: rgb(217, 212, 206) | CMYK: 0%, 2%, 5%, 15% | HSV: 33°, 5%, 85%. Copy any format from the conversion table above.
What colors go well with #D9D4CE?
The complementary color is HSL(210, 13%, 83%). 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, 13%, 83%) in CSS?
As HSL: color: hsl(30, 13%, 83%); — As HEX: color: #D9D4CE; — As RGB: color: rgb(217, 212, 206); — Tailwind CSS: bg-[hsl(30,13%,83%)] — CSS variable: --color-primary: hsl(30, 13%, 83%);