HSL(49, 30%, 79%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,30%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 30%, 79%) | color: hsl(49, 30%, 79%) | |
| HEX | #DAD4B9 | color: #DAD4B9 | |
| RGB | rgb(218, 212, 185) | color: rgb(218, 212, 185) | |
| CMYK | cmyk(0%, 3%, 15%, 15%) | — | |
| HSV | hsv(49, 15%, 85%) | — | |
| HWB | hwb(49 72% 15%) | color: hwb(49 72% 15%) | |
| OKLCH | oklch(0.8676 0.0368 96.75) | color: oklch(0.8676 0.0368 96.75) | |
| Lab | lab(84.74 -2.43 14.11) | color: lab(84.74 -2.43 14.11) | |
| LCH | lch(84.74 14.32 99.77) | color: lch(84.74 14.32 99.77) |
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)
#D7D7C0 — rgb(215, 215, 192)
Deuteranopia (Green-blind)
#D8D8C1 — rgb(216, 216, 193)
Tritanopia (Blue-blind)
#DAC5C6 — rgb(218, 197, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 30%, 79%);
text
color: hsl(49, 30%, 79%);
border
border: 2px solid hsl(49, 30%, 79%);
gradient light
background: linear-gradient(to right, hsl(49, 30%, 99%), hsl(49, 30%, 79%));
gradient dark
background: linear-gradient(to right, hsl(49, 30%, 79%), hsl(49, 30%, 59%))
hex
background-color: #DAD4B9;
tailwind
bg-[hsl(49,30%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 30%, 79%, 0.4);
css variable
--color-primary: hsl(49, 30%, 79%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 30%, 79%)?
HEX: #DAD4B9 | RGB: rgb(218, 212, 185) | CMYK: 0%, 3%, 15%, 15% | HSV: 49°, 15%, 85%. Copy any format from the conversion table above.
What colors go well with #DAD4B9?
The complementary color is HSL(229, 30%, 79%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(49, 30%, 79%) in CSS?
As HSL: color: hsl(49, 30%, 79%); — As HEX: color: #DAD4B9; — As RGB: color: rgb(218, 212, 185); — Tailwind CSS: bg-[hsl(49,30%,79%)] — CSS variable: --color-primary: hsl(49, 30%, 79%);