HSL(48, 10%, 76%)
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(48,10%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(48, 10%, 76%) | color: hsl(48, 10%, 76%) | |
| HEX | #C8C5BC | color: #C8C5BC | |
| RGB | rgb(200, 197, 188) | color: rgb(200, 197, 188) | |
| CMYK | cmyk(0%, 1%, 6%, 22%) | — | |
| HSV | hsv(45, 6%, 78%) | — | |
| HWB | hwb(45 73% 22%) | color: hwb(45 73% 22%) | |
| OKLCH | oklch(0.8233 0.0128 91.54) | color: oklch(0.8233 0.0128 91.54) | |
| Lab | lab(79.52 -0.56 4.88) | color: lab(79.52 -0.56 4.88) | |
| LCH | lch(79.52 4.91 96.55) | color: lch(79.52 4.91 96.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)
#C7C7BE — rgb(199, 199, 190)
Deuteranopia (Green-blind)
#C7C7BF — rgb(199, 199, 191)
Tritanopia (Blue-blind)
#C8C0C0 — rgb(200, 192, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(48, 10%, 76%);
text
color: hsl(48, 10%, 76%);
border
border: 2px solid hsl(48, 10%, 76%);
gradient light
background: linear-gradient(to right, hsl(48, 10%, 96%), hsl(48, 10%, 76%));
gradient dark
background: linear-gradient(to right, hsl(48, 10%, 76%), hsl(48, 10%, 56%))
hex
background-color: #C8C5BC;
tailwind
bg-[hsl(48,10%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(48, 10%, 76%, 0.4);
css variable
--color-primary: hsl(48, 10%, 76%);
Related Colors
Use Cases for Grayish Yellow
Frequently Asked Questions
What are all the color codes for HSL(48, 10%, 76%)?
HEX: #C8C5BC | RGB: rgb(200, 197, 188) | CMYK: 0%, 1%, 6%, 22% | HSV: 45°, 6%, 78%. Copy any format from the conversion table above.
What colors go well with #C8C5BC?
The complementary color is HSL(228, 10%, 76%). For a triadic harmony, use hues 48°, 168°, and 288°. For analogous combinations, try hues 18° and 78°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(48, 10%, 76%) in CSS?
As HSL: color: hsl(48, 10%, 76%); — As HEX: color: #C8C5BC; — As RGB: color: rgb(200, 197, 188); — Tailwind CSS: bg-[hsl(48,10%,76%)] — CSS variable: --color-primary: hsl(48, 10%, 76%);