HSL(185, 5%, 83%)
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(185,5%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(185, 5%, 83%) | color: hsl(185, 5%, 83%) | |
| HEX | #D1D5D6 | color: #D1D5D6 | |
| RGB | rgb(209, 213, 214) | color: rgb(209, 213, 214) | |
| CMYK | cmyk(2%, 0%, 0%, 16%) | — | |
| HSV | hsv(192, 2%, 84%) | — | |
| HWB | hwb(192 82% 16%) | color: hwb(192 82% 16%) | |
| OKLCH | oklch(0.8702 0.0046 214.33) | color: oklch(0.8702 0.0046 214.33) | |
| Lab | lab(85 -1.17 -0.97) | color: lab(85 -1.17 -0.97) | |
| LCH | lch(85 1.52 219.66) | color: lch(85 1.52 219.66) |
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)
#D3D3D6 — rgb(211, 211, 214)
Deuteranopia (Green-blind)
#D3D2D6 — rgb(211, 210, 214)
Tritanopia (Blue-blind)
#D1D6D6 — rgb(209, 214, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(185, 5%, 83%);
text
color: hsl(185, 5%, 83%);
border
border: 2px solid hsl(185, 5%, 83%);
gradient light
background: linear-gradient(to right, hsl(185, 5%, 100%), hsl(185, 5%, 83%));
gradient dark
background: linear-gradient(to right, hsl(185, 5%, 83%), hsl(185, 5%, 63%))
hex
background-color: #D1D5D6;
tailwind
bg-[hsl(185,5%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(185, 5%, 83%, 0.4);
css variable
--color-primary: hsl(185, 5%, 83%);
Related Colors
Use Cases for Grayish White
Frequently Asked Questions
What are all the color codes for HSL(185, 5%, 83%)?
HEX: #D1D5D6 | RGB: rgb(209, 213, 214) | CMYK: 2%, 0%, 0%, 16% | HSV: 192°, 2%, 84%. Copy any format from the conversion table above.
What colors go well with #D1D5D6?
The complementary color is HSL(5, 5%, 83%). For a triadic harmony, use hues 185°, 305°, and 65°. For analogous combinations, try hues 155° and 215°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(185, 5%, 83%) in CSS?
As HSL: color: hsl(185, 5%, 83%); — As HEX: color: #D1D5D6; — As RGB: color: rgb(209, 213, 214); — Tailwind CSS: bg-[hsl(185,5%,83%)] — CSS variable: --color-primary: hsl(185, 5%, 83%);