HSL(53, 70%, 48%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,70%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 70%, 48%) | color: hsl(53, 70%, 48%) | |
| HEX | #D0BC25 | color: #D0BC25 | |
| RGB | rgb(208, 188, 37) | color: rgb(208, 188, 37) | |
| CMYK | cmyk(0%, 10%, 82%, 18%) | — | |
| HSV | hsv(53, 82%, 82%) | — | |
| HWB | hwb(53 15% 18%) | color: hwb(53 15% 18%) | |
| OKLCH | oklch(0.7885 0.156 101.09) | color: oklch(0.7885 0.156 101.09) | |
| Lab | lab(75.77 -7.8 71.19) | color: lab(75.77 -7.8 71.19) | |
| LCH | lch(75.77 71.62 96.25) | color: lch(75.77 71.62 96.25) |
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)
#C7C74A — rgb(199, 199, 74)
Deuteranopia (Green-blind)
#C9CA52 — rgb(201, 202, 82)
Tritanopia (Blue-blind)
#CF666D — rgb(207, 102, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 70%, 48%);
text
color: hsl(53, 70%, 48%);
border
border: 2px solid hsl(53, 70%, 48%);
gradient light
background: linear-gradient(to right, hsl(53, 70%, 68%), hsl(53, 70%, 48%));
gradient dark
background: linear-gradient(to right, hsl(53, 70%, 48%), hsl(53, 70%, 28%))
hex
background-color: #D0BC25;
tailwind
bg-[hsl(53,70%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 70%, 48%, 0.4);
css variable
--color-primary: hsl(53, 70%, 48%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 70%, 48%)?
HEX: #D0BC25 | RGB: rgb(208, 188, 37) | CMYK: 0%, 10%, 82%, 18% | HSV: 53°, 82%, 82%. Copy any format from the conversion table above.
What colors go well with #D0BC25?
The complementary color is HSL(233, 70%, 48%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 70%, 48%) in CSS?
As HSL: color: hsl(53, 70%, 48%); — As HEX: color: #D0BC25; — As RGB: color: rgb(208, 188, 37); — Tailwind CSS: bg-[hsl(53,70%,48%)] — CSS variable: --color-primary: hsl(53, 70%, 48%);