HSL(55, 43%, 64%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,43%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 43%, 64%) | color: hsl(55, 43%, 64%) | |
| HEX | #CBC47C | color: #CBC47C | |
| RGB | rgb(203, 196, 124) | color: rgb(203, 196, 124) | |
| CMYK | cmyk(0%, 3%, 39%, 20%) | — | |
| HSV | hsv(55, 39%, 80%) | — | |
| HWB | hwb(55 49% 20%) | color: hwb(55 49% 20%) | |
| OKLCH | oklch(0.8097 0.0931 103.47) | color: oklch(0.8097 0.0931 103.47) | |
| Lab | lab(78.25 -8.04 37.02) | color: lab(78.25 -8.04 37.02) | |
| LCH | lch(78.25 37.88 102.25) | color: lch(78.25 37.88 102.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)
#C8C88D — rgb(200, 200, 141)
Deuteranopia (Green-blind)
#C8C992 — rgb(200, 201, 146)
Tritanopia (Blue-blind)
#CB9B9E — rgb(203, 155, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 43%, 64%);
text
color: hsl(55, 43%, 64%);
border
border: 2px solid hsl(55, 43%, 64%);
gradient light
background: linear-gradient(to right, hsl(55, 43%, 84%), hsl(55, 43%, 64%));
gradient dark
background: linear-gradient(to right, hsl(55, 43%, 64%), hsl(55, 43%, 44%))
hex
background-color: #CBC47C;
tailwind
bg-[hsl(55,43%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 43%, 64%, 0.4);
css variable
--color-primary: hsl(55, 43%, 64%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 43%, 64%)?
HEX: #CBC47C | RGB: rgb(203, 196, 124) | CMYK: 0%, 3%, 39%, 20% | HSV: 55°, 39%, 80%. Copy any format from the conversion table above.
What colors go well with #CBC47C?
The complementary color is HSL(235, 43%, 64%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 43%, 64%) in CSS?
As HSL: color: hsl(55, 43%, 64%); — As HEX: color: #CBC47C; — As RGB: color: rgb(203, 196, 124); — Tailwind CSS: bg-[hsl(55,43%,64%)] — CSS variable: --color-primary: hsl(55, 43%, 64%);