HSL(97, 35%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,35%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 35%, 77%) | color: hsl(97, 35%, 77%) | |
| HEX | #C0D9B0 | color: #C0D9B0 | |
| RGB | rgb(192, 217, 176) | color: rgb(192, 217, 176) | |
| CMYK | cmyk(12%, 0%, 19%, 15%) | — | |
| HSV | hsv(97, 19%, 85%) | — | |
| HWB | hwb(97 69% 15%) | color: hwb(97 69% 15%) | |
| OKLCH | oklch(0.856 0.0616 133.27) | color: oklch(0.856 0.0616 133.27) | |
| Lab | lab(83.95 -15.71 17.46) | color: lab(83.95 -15.71 17.46) | |
| LCH | lch(83.95 23.49 131.98) | color: lch(83.95 23.49 131.98) |
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)
#CBCBBA — rgb(203, 203, 186)
Deuteranopia (Green-blind)
#C9C8BC — rgb(201, 200, 188)
Tritanopia (Blue-blind)
#C1C2C3 — rgb(193, 194, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 35%, 77%);
text
color: hsl(97, 35%, 77%);
border
border: 2px solid hsl(97, 35%, 77%);
gradient light
background: linear-gradient(to right, hsl(97, 35%, 97%), hsl(97, 35%, 77%));
gradient dark
background: linear-gradient(to right, hsl(97, 35%, 77%), hsl(97, 35%, 57%))
hex
background-color: #C0D9B0;
tailwind
bg-[hsl(97,35%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 35%, 77%, 0.4);
css variable
--color-primary: hsl(97, 35%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 35%, 77%)?
HEX: #C0D9B0 | RGB: rgb(192, 217, 176) | CMYK: 12%, 0%, 19%, 15% | HSV: 97°, 19%, 85%. Copy any format from the conversion table above.
What colors go well with #C0D9B0?
The complementary color is HSL(277, 35%, 77%). 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, 35%, 77%) in CSS?
As HSL: color: hsl(97, 35%, 77%); — As HEX: color: #C0D9B0; — As RGB: color: rgb(192, 217, 176); — Tailwind CSS: bg-[hsl(97,35%,77%)] — CSS variable: --color-primary: hsl(97, 35%, 77%);