HSL(49, 48%, 74%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,48%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 48%, 74%) | color: hsl(49, 48%, 74%) | |
| HEX | #DDD19D | color: #DDD19D | |
| RGB | rgb(221, 209, 157) | color: rgb(221, 209, 157) | |
| CMYK | cmyk(0%, 5%, 29%, 13%) | — | |
| HSV | hsv(49, 29%, 87%) | — | |
| HWB | hwb(49 62% 13%) | color: hwb(49 62% 13%) | |
| OKLCH | oklch(0.8578 0.0693 96.65) | color: oklch(0.8578 0.0693 96.65) | |
| Lab | lab(83.66 -3.75 27.35) | color: lab(83.66 -3.75 27.35) | |
| LCH | lch(83.66 27.61 97.81) | color: lch(83.66 27.61 97.81) |
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)
#D8D8AA — rgb(216, 216, 170)
Deuteranopia (Green-blind)
#D9D9AD — rgb(217, 217, 173)
Tritanopia (Blue-blind)
#DCB4B6 — rgb(220, 180, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 48%, 74%);
text
color: hsl(49, 48%, 74%);
border
border: 2px solid hsl(49, 48%, 74%);
gradient light
background: linear-gradient(to right, hsl(49, 48%, 94%), hsl(49, 48%, 74%));
gradient dark
background: linear-gradient(to right, hsl(49, 48%, 74%), hsl(49, 48%, 54%))
hex
background-color: #DDD19D;
tailwind
bg-[hsl(49,48%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 48%, 74%, 0.4);
css variable
--color-primary: hsl(49, 48%, 74%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 48%, 74%)?
HEX: #DDD19D | RGB: rgb(221, 209, 157) | CMYK: 0%, 5%, 29%, 13% | HSV: 49°, 29%, 87%. Copy any format from the conversion table above.
What colors go well with #DDD19D?
The complementary color is HSL(229, 48%, 74%). 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, 48%, 74%) in CSS?
As HSL: color: hsl(49, 48%, 74%); — As HEX: color: #DDD19D; — As RGB: color: rgb(221, 209, 157); — Tailwind CSS: bg-[hsl(49,48%,74%)] — CSS variable: --color-primary: hsl(49, 48%, 74%);