HSL(34, 10%, 85%)
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(34,10%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 10%, 85%) | color: hsl(34, 10%, 85%) | |
| HEX | #DDD9D5 | color: #DDD9D5 | |
| RGB | rgb(221, 217, 213) | color: rgb(221, 217, 213) | |
| CMYK | cmyk(0%, 2%, 4%, 13%) | — | |
| HSV | hsv(30, 4%, 87%) | — | |
| HWB | hwb(30 84% 13%) | color: hwb(30 84% 13%) | |
| OKLCH | oklch(0.8873 0.007 67.74) | color: oklch(0.8873 0.007 67.74) | |
| Lab | lab(86.9 0.66 2.45) | color: lab(86.9 0.66 2.45) | |
| LCH | lch(86.9 2.54 74.92) | color: lch(86.9 2.54 74.92) |
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)
#DBDBD6 — rgb(219, 219, 214)
Deuteranopia (Green-blind)
#DCDCD6 — rgb(220, 220, 214)
Tritanopia (Blue-blind)
#DDD7D7 — rgb(221, 215, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 10%, 85%);
text
color: hsl(34, 10%, 85%);
border
border: 2px solid hsl(34, 10%, 85%);
gradient light
background: linear-gradient(to right, hsl(34, 10%, 100%), hsl(34, 10%, 85%));
gradient dark
background: linear-gradient(to right, hsl(34, 10%, 85%), hsl(34, 10%, 65%))
hex
background-color: #DDD9D5;
tailwind
bg-[hsl(34,10%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 10%, 85%, 0.4);
css variable
--color-primary: hsl(34, 10%, 85%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 10%, 85%)?
HEX: #DDD9D5 | RGB: rgb(221, 217, 213) | CMYK: 0%, 2%, 4%, 13% | HSV: 30°, 4%, 87%. Copy any format from the conversion table above.
What colors go well with #DDD9D5?
The complementary color is HSL(214, 10%, 85%). For a triadic harmony, use hues 34°, 154°, and 274°. For analogous combinations, try hues 4° and 64°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(34, 10%, 85%) in CSS?
As HSL: color: hsl(34, 10%, 85%); — As HEX: color: #DDD9D5; — As RGB: color: rgb(221, 217, 213); — Tailwind CSS: bg-[hsl(34,10%,85%)] — CSS variable: --color-primary: hsl(34, 10%, 85%);