HSL(139, 10%, 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(139,10%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 10%, 78%) | color: hsl(139, 10%, 78%) | |
| HEX | #C1CDC5 | color: #C1CDC5 | |
| RGB | rgb(193, 205, 197) | color: rgb(193, 205, 197) | |
| CMYK | cmyk(6%, 0%, 4%, 20%) | — | |
| HSV | hsv(140, 6%, 80%) | — | |
| HWB | hwb(140 75% 20%) | color: hwb(140 75% 20%) | |
| OKLCH | oklch(0.8368 0.0171 156.84) | color: oklch(0.8368 0.0171 156.84) | |
| Lab | lab(81.31 -5.57 2.57) | color: lab(81.31 -5.57 2.57) | |
| LCH | lch(81.31 6.13 155.23) | color: lch(81.31 6.13 155.23) |
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)
#C6C6C7 — rgb(198, 198, 199)
Deuteranopia (Green-blind)
#C6C5C7 — rgb(198, 197, 199)
Tritanopia (Blue-blind)
#C2C8C9 — rgb(194, 200, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 10%, 78%);
text
color: hsl(139, 10%, 78%);
border
border: 2px solid hsl(139, 10%, 78%);
gradient light
background: linear-gradient(to right, hsl(139, 10%, 98%), hsl(139, 10%, 78%));
gradient dark
background: linear-gradient(to right, hsl(139, 10%, 78%), hsl(139, 10%, 58%))
hex
background-color: #C1CDC5;
tailwind
bg-[hsl(139,10%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 10%, 78%, 0.4);
css variable
--color-primary: hsl(139, 10%, 78%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(139, 10%, 78%)?
HEX: #C1CDC5 | RGB: rgb(193, 205, 197) | CMYK: 6%, 0%, 4%, 20% | HSV: 140°, 6%, 80%. Copy any format from the conversion table above.
What colors go well with #C1CDC5?
The complementary color is HSL(319, 10%, 78%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(139, 10%, 78%) in CSS?
As HSL: color: hsl(139, 10%, 78%); — As HEX: color: #C1CDC5; — As RGB: color: rgb(193, 205, 197); — Tailwind CSS: bg-[hsl(139,10%,78%)] — CSS variable: --color-primary: hsl(139, 10%, 78%);