HSL(50, 11%, 84%)
Grayish Yellow — Yellow color
Adjust Color
Color Information
Color Name
Grayish Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(50,11%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(50, 11%, 84%) | color: hsl(50, 11%, 84%) | |
| HEX | #DBD9D2 | color: #DBD9D2 | |
| RGB | rgb(219, 217, 210) | color: rgb(219, 217, 210) | |
| CMYK | cmyk(0%, 1%, 4%, 14%) | — | |
| HSV | hsv(47, 4%, 86%) | — | |
| HWB | hwb(47 83% 14%) | color: hwb(47 83% 14%) | |
| OKLCH | oklch(0.8849 0.0097 93.58) | color: oklch(0.8849 0.0097 93.58) | |
| Lab | lab(86.67 -0.55 3.68) | color: lab(86.67 -0.55 3.68) | |
| LCH | lch(86.67 3.72 98.5) | color: lch(86.67 3.72 98.5) |
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)
#DADAD4 — rgb(218, 218, 212)
Deuteranopia (Green-blind)
#DADAD4 — rgb(218, 218, 212)
Tritanopia (Blue-blind)
#DBD5D5 — rgb(219, 213, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(50, 11%, 84%);
text
color: hsl(50, 11%, 84%);
border
border: 2px solid hsl(50, 11%, 84%);
gradient light
background: linear-gradient(to right, hsl(50, 11%, 100%), hsl(50, 11%, 84%));
gradient dark
background: linear-gradient(to right, hsl(50, 11%, 84%), hsl(50, 11%, 64%))
hex
background-color: #DBD9D2;
tailwind
bg-[hsl(50,11%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(50, 11%, 84%, 0.4);
css variable
--color-primary: hsl(50, 11%, 84%);
Related Colors
Use Cases for Grayish Yellow
Frequently Asked Questions
What are all the color codes for HSL(50, 11%, 84%)?
HEX: #DBD9D2 | RGB: rgb(219, 217, 210) | CMYK: 0%, 1%, 4%, 14% | HSV: 47°, 4%, 86%. Copy any format from the conversion table above.
What colors go well with #DBD9D2?
The complementary color is HSL(230, 11%, 84%). For a triadic harmony, use hues 50°, 170°, and 290°. For analogous combinations, try hues 20° and 80°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(50, 11%, 84%) in CSS?
As HSL: color: hsl(50, 11%, 84%); — As HEX: color: #DBD9D2; — As RGB: color: rgb(219, 217, 210); — Tailwind CSS: bg-[hsl(50,11%,84%)] — CSS variable: --color-primary: hsl(50, 11%, 84%);