HSL(57, 10%, 75%)
Grayish Yellow — Yellow color
Adjust Color
Color Information
Color Name
Grayish Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(57,10%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 10%, 75%) | color: hsl(57, 10%, 75%) | |
| HEX | #C6C5B9 | color: #C6C5B9 | |
| RGB | rgb(198, 197, 185) | color: rgb(198, 197, 185) | |
| CMYK | cmyk(0%, 1%, 7%, 22%) | — | |
| HSV | hsv(55, 7%, 78%) | — | |
| HWB | hwb(55 73% 22%) | color: hwb(55 73% 22%) | |
| OKLCH | oklch(0.8209 0.0165 102.89) | color: oklch(0.8209 0.0165 102.89) | |
| Lab | lab(79.29 -1.79 6.14) | color: lab(79.29 -1.79 6.14) | |
| LCH | lch(79.29 6.4 106.25) | color: lch(79.29 6.4 106.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)
#C6C6BC — rgb(198, 198, 188)
Deuteranopia (Green-blind)
#C6C6BD — rgb(198, 198, 189)
Tritanopia (Blue-blind)
#C6BEBF — rgb(198, 190, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 10%, 75%);
text
color: hsl(57, 10%, 75%);
border
border: 2px solid hsl(57, 10%, 75%);
gradient light
background: linear-gradient(to right, hsl(57, 10%, 95%), hsl(57, 10%, 75%));
gradient dark
background: linear-gradient(to right, hsl(57, 10%, 75%), hsl(57, 10%, 55%))
hex
background-color: #C6C5B9;
tailwind
bg-[hsl(57,10%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 10%, 75%, 0.4);
css variable
--color-primary: hsl(57, 10%, 75%);
Related Colors
Use Cases for Grayish Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 10%, 75%)?
HEX: #C6C5B9 | RGB: rgb(198, 197, 185) | CMYK: 0%, 1%, 7%, 22% | HSV: 55°, 7%, 78%. Copy any format from the conversion table above.
What colors go well with #C6C5B9?
The complementary color is HSL(237, 10%, 75%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(57, 10%, 75%) in CSS?
As HSL: color: hsl(57, 10%, 75%); — As HEX: color: #C6C5B9; — As RGB: color: rgb(198, 197, 185); — Tailwind CSS: bg-[hsl(57,10%,75%)] — CSS variable: --color-primary: hsl(57, 10%, 75%);