HSL(97, 45%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,45%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 45%, 78%) | color: hsl(97, 45%, 78%) | |
| HEX | #C1E0AE | color: #C1E0AE | |
| RGB | rgb(193, 224, 174) | color: rgb(193, 224, 174) | |
| CMYK | cmyk(14%, 0%, 22%, 12%) | — | |
| HSV | hsv(97, 22%, 88%) | — | |
| HWB | hwb(97 69% 12%) | color: hwb(97 69% 12%) | |
| OKLCH | oklch(0.8712 0.0748 133.73) | color: oklch(0.8712 0.0748 133.73) | |
| Lab | lab(85.86 -19.16 21.17) | color: lab(85.86 -19.16 21.17) | |
| LCH | lch(85.86 28.55 132.15) | color: lch(85.86 28.55 132.15) |
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)
#CECFBA — rgb(206, 207, 186)
Deuteranopia (Green-blind)
#CDCABD — rgb(205, 202, 189)
Tritanopia (Blue-blind)
#C3C4C6 — rgb(195, 196, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 45%, 78%);
text
color: hsl(97, 45%, 78%);
border
border: 2px solid hsl(97, 45%, 78%);
gradient light
background: linear-gradient(to right, hsl(97, 45%, 98%), hsl(97, 45%, 78%));
gradient dark
background: linear-gradient(to right, hsl(97, 45%, 78%), hsl(97, 45%, 58%))
hex
background-color: #C1E0AE;
tailwind
bg-[hsl(97,45%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 45%, 78%, 0.4);
css variable
--color-primary: hsl(97, 45%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 45%, 78%)?
HEX: #C1E0AE | RGB: rgb(193, 224, 174) | CMYK: 14%, 0%, 22%, 12% | HSV: 97°, 22%, 88%. Copy any format from the conversion table above.
What colors go well with #C1E0AE?
The complementary color is HSL(277, 45%, 78%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 45%, 78%) in CSS?
As HSL: color: hsl(97, 45%, 78%); — As HEX: color: #C1E0AE; — As RGB: color: rgb(193, 224, 174); — Tailwind CSS: bg-[hsl(97,45%,78%)] — CSS variable: --color-primary: hsl(97, 45%, 78%);