HSL(52, 19%, 74%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(52,19%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(52, 19%, 74%) | color: hsl(52, 19%, 74%) | |
| HEX | #C9C6B0 | color: #C9C6B0 | |
| RGB | rgb(201, 198, 176) | color: rgb(201, 198, 176) | |
| CMYK | cmyk(0%, 1%, 12%, 21%) | — | |
| HSV | hsv(53, 12%, 79%) | — | |
| HWB | hwb(53 70% 21%) | color: hwb(53 70% 21%) | |
| OKLCH | oklch(0.823 0.0301 100.66) | color: oklch(0.823 0.0301 100.66) | |
| Lab | lab(79.58 -2.74 11.41) | color: lab(79.58 -2.74 11.41) | |
| LCH | lch(79.58 11.73 103.5) | color: lch(79.58 11.73 103.5) |
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)
#C8C8B5 — rgb(200, 200, 181)
Deuteranopia (Green-blind)
#C8C8B7 — rgb(200, 200, 183)
Tritanopia (Blue-blind)
#C9BABA — rgb(201, 186, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(52, 19%, 74%);
text
color: hsl(52, 19%, 74%);
border
border: 2px solid hsl(52, 19%, 74%);
gradient light
background: linear-gradient(to right, hsl(52, 19%, 94%), hsl(52, 19%, 74%));
gradient dark
background: linear-gradient(to right, hsl(52, 19%, 74%), hsl(52, 19%, 54%))
hex
background-color: #C9C6B0;
tailwind
bg-[hsl(52,19%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(52, 19%, 74%, 0.4);
css variable
--color-primary: hsl(52, 19%, 74%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(52, 19%, 74%)?
HEX: #C9C6B0 | RGB: rgb(201, 198, 176) | CMYK: 0%, 1%, 12%, 21% | HSV: 53°, 12%, 79%. Copy any format from the conversion table above.
What colors go well with #C9C6B0?
The complementary color is HSL(232, 19%, 74%). 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, 19%, 74%) in CSS?
As HSL: color: hsl(52, 19%, 74%); — As HEX: color: #C9C6B0; — As RGB: color: rgb(201, 198, 176); — Tailwind CSS: bg-[hsl(52,19%,74%)] — CSS variable: --color-primary: hsl(52, 19%, 74%);