HSL(52, 29%, 72%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(52,29%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(52, 29%, 72%) | color: hsl(52, 29%, 72%) | |
| HEX | #CCC7A3 | color: #CCC7A3 | |
| RGB | rgb(204, 199, 163) | color: rgb(204, 199, 163) | |
| CMYK | cmyk(0%, 2%, 20%, 20%) | — | |
| HSV | hsv(53, 20%, 80%) | — | |
| HWB | hwb(53 64% 20%) | color: hwb(53 64% 20%) | |
| OKLCH | oklch(0.8244 0.0487 100.83) | color: oklch(0.8244 0.0487 100.83) | |
| Lab | lab(79.8 -4.16 18.69) | color: lab(79.8 -4.16 18.69) | |
| LCH | lch(79.8 19.15 102.55) | color: lch(79.8 19.15 102.55) |
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)
#CACAAC — rgb(202, 202, 172)
Deuteranopia (Green-blind)
#CACBAE — rgb(202, 203, 174)
Tritanopia (Blue-blind)
#CCB3B4 — rgb(204, 179, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(52, 29%, 72%);
text
color: hsl(52, 29%, 72%);
border
border: 2px solid hsl(52, 29%, 72%);
gradient light
background: linear-gradient(to right, hsl(52, 29%, 92%), hsl(52, 29%, 72%));
gradient dark
background: linear-gradient(to right, hsl(52, 29%, 72%), hsl(52, 29%, 52%))
hex
background-color: #CCC7A3;
tailwind
bg-[hsl(52,29%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(52, 29%, 72%, 0.4);
css variable
--color-primary: hsl(52, 29%, 72%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(52, 29%, 72%)?
HEX: #CCC7A3 | RGB: rgb(204, 199, 163) | CMYK: 0%, 2%, 20%, 20% | HSV: 53°, 20%, 80%. Copy any format from the conversion table above.
What colors go well with #CCC7A3?
The complementary color is HSL(232, 29%, 72%). 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, 29%, 72%) in CSS?
As HSL: color: hsl(52, 29%, 72%); — As HEX: color: #CCC7A3; — As RGB: color: rgb(204, 199, 163); — Tailwind CSS: bg-[hsl(52,29%,72%)] — CSS variable: --color-primary: hsl(52, 29%, 72%);