HSL(55, 20%, 69%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,20%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 20%, 69%) | color: hsl(55, 20%, 69%) | |
| HEX | #C0BDA0 | color: #C0BDA0 | |
| RGB | rgb(192, 189, 160) | color: rgb(192, 189, 160) | |
| CMYK | cmyk(0%, 2%, 17%, 25%) | — | |
| HSV | hsv(54, 17%, 75%) | — | |
| HWB | hwb(54 62% 25%) | color: hwb(54 62% 25%) | |
| OKLCH | oklch(0.7931 0.0397 102.39) | color: oklch(0.7931 0.0397 102.39) | |
| Lab | lab(76.16 -3.86 15.07) | color: lab(76.16 -3.86 15.07) | |
| LCH | lch(76.16 15.56 104.37) | color: lch(76.16 15.56 104.37) |
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)
#BFBFA7 — rgb(191, 191, 167)
Deuteranopia (Green-blind)
#BFBFA9 — rgb(191, 191, 169)
Tritanopia (Blue-blind)
#C0ADAE — rgb(192, 173, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 20%, 69%);
text
color: hsl(55, 20%, 69%);
border
border: 2px solid hsl(55, 20%, 69%);
gradient light
background: linear-gradient(to right, hsl(55, 20%, 89%), hsl(55, 20%, 69%));
gradient dark
background: linear-gradient(to right, hsl(55, 20%, 69%), hsl(55, 20%, 49%))
hex
background-color: #C0BDA0;
tailwind
bg-[hsl(55,20%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 20%, 69%, 0.4);
css variable
--color-primary: hsl(55, 20%, 69%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 20%, 69%)?
HEX: #C0BDA0 | RGB: rgb(192, 189, 160) | CMYK: 0%, 2%, 17%, 25% | HSV: 54°, 17%, 75%. Copy any format from the conversion table above.
What colors go well with #C0BDA0?
The complementary color is HSL(235, 20%, 69%). 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, 20%, 69%) in CSS?
As HSL: color: hsl(55, 20%, 69%); — As HEX: color: #C0BDA0; — As RGB: color: rgb(192, 189, 160); — Tailwind CSS: bg-[hsl(55,20%,69%)] — CSS variable: --color-primary: hsl(55, 20%, 69%);