HSL(45, 32%, 68%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(45,32%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(45, 32%, 68%) | color: hsl(45, 32%, 68%) | |
| HEX | #C8BA93 | color: #C8BA93 | |
| RGB | rgb(200, 186, 147) | color: rgb(200, 186, 147) | |
| CMYK | cmyk(0%, 7%, 27%, 22%) | — | |
| HSV | hsv(44, 27%, 78%) | — | |
| HWB | hwb(44 57% 22%) | color: hwb(44 57% 22%) | |
| OKLCH | oklch(0.7907 0.0549 90.64) | color: oklch(0.7907 0.0549 90.64) | |
| Lab | lab(75.76 -1.15 21.61) | color: lab(75.76 -1.15 21.61) | |
| LCH | lch(75.76 21.64 93.05) | color: lch(75.76 21.64 93.05) |
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)
#C2C29C — rgb(194, 194, 156)
Deuteranopia (Green-blind)
#C3C49F — rgb(195, 196, 159)
Tritanopia (Blue-blind)
#C7A4A6 — rgb(199, 164, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(45, 32%, 68%);
text
color: hsl(45, 32%, 68%);
border
border: 2px solid hsl(45, 32%, 68%);
gradient light
background: linear-gradient(to right, hsl(45, 32%, 88%), hsl(45, 32%, 68%));
gradient dark
background: linear-gradient(to right, hsl(45, 32%, 68%), hsl(45, 32%, 48%))
hex
background-color: #C8BA93;
tailwind
bg-[hsl(45,32%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(45, 32%, 68%, 0.4);
css variable
--color-primary: hsl(45, 32%, 68%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(45, 32%, 68%)?
HEX: #C8BA93 | RGB: rgb(200, 186, 147) | CMYK: 0%, 7%, 27%, 22% | HSV: 44°, 27%, 78%. Copy any format from the conversion table above.
What colors go well with #C8BA93?
The complementary color is HSL(225, 32%, 68%). For a triadic harmony, use hues 45°, 165°, and 285°. For analogous combinations, try hues 15° and 75°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(45, 32%, 68%) in CSS?
As HSL: color: hsl(45, 32%, 68%); — As HEX: color: #C8BA93; — As RGB: color: rgb(200, 186, 147); — Tailwind CSS: bg-[hsl(45,32%,68%)] — CSS variable: --color-primary: hsl(45, 32%, 68%);