HSL(52, 63%, 48%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(52,63%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(52, 63%, 48%) | color: hsl(52, 63%, 48%) | |
| HEX | #C8B32D | color: #C8B32D | |
| RGB | rgb(200, 179, 45) | color: rgb(200, 179, 45) | |
| CMYK | cmyk(0%, 11%, 78%, 22%) | — | |
| HSV | hsv(52, 78%, 78%) | — | |
| HWB | hwb(52 17% 22%) | color: hwb(52 17% 22%) | |
| OKLCH | oklch(0.7625 0.1456 99.84) | color: oklch(0.7625 0.1456 99.84) | |
| Lab | lab(72.7 -6.35 65.87) | color: lab(72.7 -6.35 65.87) | |
| LCH | lch(72.7 66.18 95.51) | color: lch(72.7 66.18 95.51) |
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)
#BFBF4D — rgb(191, 191, 77)
Deuteranopia (Green-blind)
#C0C255 — rgb(192, 194, 85)
Tritanopia (Blue-blind)
#C7676D — rgb(199, 103, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(52, 63%, 48%);
text
color: hsl(52, 63%, 48%);
border
border: 2px solid hsl(52, 63%, 48%);
gradient light
background: linear-gradient(to right, hsl(52, 63%, 68%), hsl(52, 63%, 48%));
gradient dark
background: linear-gradient(to right, hsl(52, 63%, 48%), hsl(52, 63%, 28%))
hex
background-color: #C8B32D;
tailwind
bg-[hsl(52,63%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(52, 63%, 48%, 0.4);
css variable
--color-primary: hsl(52, 63%, 48%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(52, 63%, 48%)?
HEX: #C8B32D | RGB: rgb(200, 179, 45) | CMYK: 0%, 11%, 78%, 22% | HSV: 52°, 78%, 78%. Copy any format from the conversion table above.
What colors go well with #C8B32D?
The complementary color is HSL(232, 63%, 48%). For a triadic harmony, use hues 52°, 172°, and 292°. For analogous combinations, try hues 22° and 82°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(52, 63%, 48%) in CSS?
As HSL: color: hsl(52, 63%, 48%); — As HEX: color: #C8B32D; — As RGB: color: rgb(200, 179, 45); — Tailwind CSS: bg-[hsl(52,63%,48%)] — CSS variable: --color-primary: hsl(52, 63%, 48%);