HSL(184, 9%, 84%)
Grayish White — White color
Adjust Color
Color Information
Color Name
Grayish White
Color Family
White
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(184,9%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(184, 9%, 84%) | color: hsl(184, 9%, 84%) | |
| HEX | #D3D9DA | color: #D3D9DA | |
| RGB | rgb(211, 217, 218) | color: rgb(211, 217, 218) | |
| CMYK | cmyk(3%, 0%, 0%, 15%) | — | |
| HSV | hsv(189, 3%, 85%) | — | |
| HWB | hwb(189 82% 15%) | color: hwb(189 82% 15%) | |
| OKLCH | oklch(0.881 0.0067 208.78) | color: oklch(0.881 0.0067 208.78) | |
| Lab | lab(86.27 -1.84 -1.2) | color: lab(86.27 -1.84 -1.2) | |
| LCH | lch(86.27 2.2 213.11) | color: lch(86.27 2.2 213.11) |
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)
#D6D6DA — rgb(214, 214, 218)
Deuteranopia (Green-blind)
#D5D5DA — rgb(213, 213, 218)
Tritanopia (Blue-blind)
#D3DADA — rgb(211, 218, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(184, 9%, 84%);
text
color: hsl(184, 9%, 84%);
border
border: 2px solid hsl(184, 9%, 84%);
gradient light
background: linear-gradient(to right, hsl(184, 9%, 100%), hsl(184, 9%, 84%));
gradient dark
background: linear-gradient(to right, hsl(184, 9%, 84%), hsl(184, 9%, 64%))
hex
background-color: #D3D9DA;
tailwind
bg-[hsl(184,9%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(184, 9%, 84%, 0.4);
css variable
--color-primary: hsl(184, 9%, 84%);
Related Colors
Use Cases for Grayish White
Frequently Asked Questions
What are all the color codes for HSL(184, 9%, 84%)?
HEX: #D3D9DA | RGB: rgb(211, 217, 218) | CMYK: 3%, 0%, 0%, 15% | HSV: 189°, 3%, 85%. Copy any format from the conversion table above.
What colors go well with #D3D9DA?
The complementary color is HSL(4, 9%, 84%). For a triadic harmony, use hues 184°, 304°, and 64°. For analogous combinations, try hues 154° and 214°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(184, 9%, 84%) in CSS?
As HSL: color: hsl(184, 9%, 84%); — As HEX: color: #D3D9DA; — As RGB: color: rgb(211, 217, 218); — Tailwind CSS: bg-[hsl(184,9%,84%)] — CSS variable: --color-primary: hsl(184, 9%, 84%);