HSL(131, 12%, 78%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(131,12%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 12%, 78%) | color: hsl(131, 12%, 78%) | |
| HEX | #C0CEC3 | color: #C0CEC3 | |
| RGB | rgb(192, 206, 195) | color: rgb(192, 206, 195) | |
| CMYK | cmyk(7%, 0%, 5%, 19%) | — | |
| HSV | hsv(133, 7%, 81%) | — | |
| HWB | hwb(133 75% 19%) | color: hwb(133 75% 19%) | |
| OKLCH | oklch(0.8376 0.0214 152.12) | color: oklch(0.8376 0.0214 152.12) | |
| Lab | lab(81.45 -6.8 3.83) | color: lab(81.45 -6.8 3.83) | |
| LCH | lch(81.45 7.8 150.61) | color: lch(81.45 7.8 150.61) |
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)
#C6C6C6 — rgb(198, 198, 198)
Deuteranopia (Green-blind)
#C5C4C6 — rgb(197, 196, 198)
Tritanopia (Blue-blind)
#C1C8C8 — rgb(193, 200, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 12%, 78%);
text
color: hsl(131, 12%, 78%);
border
border: 2px solid hsl(131, 12%, 78%);
gradient light
background: linear-gradient(to right, hsl(131, 12%, 98%), hsl(131, 12%, 78%));
gradient dark
background: linear-gradient(to right, hsl(131, 12%, 78%), hsl(131, 12%, 58%))
hex
background-color: #C0CEC3;
tailwind
bg-[hsl(131,12%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 12%, 78%, 0.4);
css variable
--color-primary: hsl(131, 12%, 78%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(131, 12%, 78%)?
HEX: #C0CEC3 | RGB: rgb(192, 206, 195) | CMYK: 7%, 0%, 5%, 19% | HSV: 133°, 7%, 81%. Copy any format from the conversion table above.
What colors go well with #C0CEC3?
The complementary color is HSL(311, 12%, 78%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 12%, 78%) in CSS?
As HSL: color: hsl(131, 12%, 78%); — As HEX: color: #C0CEC3; — As RGB: color: rgb(192, 206, 195); — Tailwind CSS: bg-[hsl(131,12%,78%)] — CSS variable: --color-primary: hsl(131, 12%, 78%);