HSL(57, 70%, 53%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,70%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 70%, 53%) | color: hsl(57, 70%, 53%) | |
| HEX | #DBD333 | color: #DBD333 | |
| RGB | rgb(219, 211, 51) | color: rgb(219, 211, 51) | |
| CMYK | cmyk(0%, 4%, 77%, 14%) | — | |
| HSV | hsv(57, 77%, 86%) | — | |
| HWB | hwb(57 20% 14%) | color: hwb(57 20% 14%) | |
| OKLCH | oklch(0.8473 0.1677 106.48) | color: oklch(0.8473 0.1677 106.48) | |
| Lab | lab(82.85 -14.28 73.81) | color: lab(82.85 -14.28 73.81) | |
| LCH | lch(82.85 75.18 100.95) | color: lch(82.85 75.18 100.95) |
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)
#D8D75A — rgb(216, 215, 90)
Deuteranopia (Green-blind)
#D8D963 — rgb(216, 217, 99)
Tritanopia (Blue-blind)
#DB787F — rgb(219, 120, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 70%, 53%);
text
color: hsl(57, 70%, 53%);
border
border: 2px solid hsl(57, 70%, 53%);
gradient light
background: linear-gradient(to right, hsl(57, 70%, 73%), hsl(57, 70%, 53%));
gradient dark
background: linear-gradient(to right, hsl(57, 70%, 53%), hsl(57, 70%, 33%))
hex
background-color: #DBD333;
tailwind
bg-[hsl(57,70%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 70%, 53%, 0.4);
css variable
--color-primary: hsl(57, 70%, 53%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 70%, 53%)?
HEX: #DBD333 | RGB: rgb(219, 211, 51) | CMYK: 0%, 4%, 77%, 14% | HSV: 57°, 77%, 86%. Copy any format from the conversion table above.
What colors go well with #DBD333?
The complementary color is HSL(237, 70%, 53%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(57, 70%, 53%) in CSS?
As HSL: color: hsl(57, 70%, 53%); — As HEX: color: #DBD333; — As RGB: color: rgb(219, 211, 51); — Tailwind CSS: bg-[hsl(57,70%,53%)] — CSS variable: --color-primary: hsl(57, 70%, 53%);