HSL(335, 14%, 83%)
Grayish Pink — Pink color
Adjust Color
Color Information
Color Name
Grayish Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(335,14%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(335, 14%, 83%) | color: hsl(335, 14%, 83%) | |
| HEX | #DACED3 | color: #DACED3 | |
| RGB | rgb(218, 206, 211) | color: rgb(218, 206, 211) | |
| CMYK | cmyk(0%, 6%, 3%, 15%) | — | |
| HSV | hsv(335, 6%, 85%) | — | |
| HWB | hwb(335 80% 15%) | color: hwb(335 80% 15%) | |
| OKLCH | oklch(0.8626 0.0149 350.15) | color: oklch(0.8626 0.0149 350.15) | |
| Lab | lab(83.84 5.02 -0.99) | color: lab(83.84 5.02 -0.99) | |
| LCH | lch(83.84 5.12 348.84) | color: lch(83.84 5.12 348.84) |
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)
#D5D5D2 — rgb(213, 213, 210)
Deuteranopia (Green-blind)
#D6D6D2 — rgb(214, 214, 210)
Tritanopia (Blue-blind)
#D9D1D1 — rgb(217, 209, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(335, 14%, 83%);
text
color: hsl(335, 14%, 83%);
border
border: 2px solid hsl(335, 14%, 83%);
gradient light
background: linear-gradient(to right, hsl(335, 14%, 100%), hsl(335, 14%, 83%));
gradient dark
background: linear-gradient(to right, hsl(335, 14%, 83%), hsl(335, 14%, 63%))
hex
background-color: #DACED3;
tailwind
bg-[hsl(335,14%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(335, 14%, 83%, 0.4);
css variable
--color-primary: hsl(335, 14%, 83%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(335, 14%, 83%)?
HEX: #DACED3 | RGB: rgb(218, 206, 211) | CMYK: 0%, 6%, 3%, 15% | HSV: 335°, 6%, 85%. Copy any format from the conversion table above.
What colors go well with #DACED3?
The complementary color is HSL(155, 14%, 83%). For a triadic harmony, use hues 335°, 95°, and 215°. For analogous combinations, try hues 305° and 5°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(335, 14%, 83%) in CSS?
As HSL: color: hsl(335, 14%, 83%); — As HEX: color: #DACED3; — As RGB: color: rgb(218, 206, 211); — Tailwind CSS: bg-[hsl(335,14%,83%)] — CSS variable: --color-primary: hsl(335, 14%, 83%);