HSL(123, 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(123,10%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(123, 10%, 78%) | color: hsl(123, 10%, 78%) | |
| HEX | #C1CDC2 | color: #C1CDC2 | |
| RGB | rgb(193, 205, 194) | color: rgb(193, 205, 194) | |
| CMYK | cmyk(6%, 0%, 5%, 20%) | — | |
| HSV | hsv(125, 6%, 80%) | — | |
| HWB | hwb(125 75% 20%) | color: hwb(125 75% 20%) | |
| OKLCH | oklch(0.836 0.02 147.81) | color: oklch(0.836 0.02 147.81) | |
| Lab | lab(81.23 -6.12 4.06) | color: lab(81.23 -6.12 4.06) | |
| LCH | lch(81.23 7.34 146.44) | color: lch(81.23 7.34 146.44) |
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)
#C6C6C5 — rgb(198, 198, 197)
Deuteranopia (Green-blind)
#C6C5C5 — rgb(198, 197, 197)
Tritanopia (Blue-blind)
#C2C7C7 — rgb(194, 199, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(123, 10%, 78%);
text
color: hsl(123, 10%, 78%);
border
border: 2px solid hsl(123, 10%, 78%);
gradient light
background: linear-gradient(to right, hsl(123, 10%, 98%), hsl(123, 10%, 78%));
gradient dark
background: linear-gradient(to right, hsl(123, 10%, 78%), hsl(123, 10%, 58%))
hex
background-color: #C1CDC2;
tailwind
bg-[hsl(123,10%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(123, 10%, 78%, 0.4);
css variable
--color-primary: hsl(123, 10%, 78%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(123, 10%, 78%)?
HEX: #C1CDC2 | RGB: rgb(193, 205, 194) | CMYK: 6%, 0%, 5%, 20% | HSV: 125°, 6%, 80%. Copy any format from the conversion table above.
What colors go well with #C1CDC2?
The complementary color is HSL(303, 10%, 78%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(123, 10%, 78%) in CSS?
As HSL: color: hsl(123, 10%, 78%); — As HEX: color: #C1CDC2; — As RGB: color: rgb(193, 205, 194); — Tailwind CSS: bg-[hsl(123,10%,78%)] — CSS variable: --color-primary: hsl(123, 10%, 78%);