HSL(80, 22%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,22%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 22%, 74%) | color: hsl(80, 22%, 74%) | |
| HEX | #C2CBAE | color: #C2CBAE | |
| RGB | rgb(194, 203, 174) | color: rgb(194, 203, 174) | |
| CMYK | cmyk(4%, 0%, 14%, 20%) | — | |
| HSV | hsv(79, 14%, 80%) | — | |
| HWB | hwb(79 69% 20%) | color: hwb(79 69% 20%) | |
| OKLCH | oklch(0.8273 0.0407 121.32) | color: oklch(0.8273 0.0407 121.32) | |
| Lab | lab(80.31 -8.2 13.44) | color: lab(80.31 -8.2 13.44) | |
| LCH | lch(80.31 15.74 121.39) | color: lch(80.31 15.74 121.39) |
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)
#C6C6B5 — rgb(198, 198, 181)
Deuteranopia (Green-blind)
#C5C5B7 — rgb(197, 197, 183)
Tritanopia (Blue-blind)
#C2BBBC — rgb(194, 187, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 22%, 74%);
text
color: hsl(80, 22%, 74%);
border
border: 2px solid hsl(80, 22%, 74%);
gradient light
background: linear-gradient(to right, hsl(80, 22%, 94%), hsl(80, 22%, 74%));
gradient dark
background: linear-gradient(to right, hsl(80, 22%, 74%), hsl(80, 22%, 54%))
hex
background-color: #C2CBAE;
tailwind
bg-[hsl(80,22%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 22%, 74%, 0.4);
css variable
--color-primary: hsl(80, 22%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 22%, 74%)?
HEX: #C2CBAE | RGB: rgb(194, 203, 174) | CMYK: 4%, 0%, 14%, 20% | HSV: 79°, 14%, 80%. Copy any format from the conversion table above.
What colors go well with #C2CBAE?
The complementary color is HSL(260, 22%, 74%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 22%, 74%) in CSS?
As HSL: color: hsl(80, 22%, 74%); — As HEX: color: #C2CBAE; — As RGB: color: rgb(194, 203, 174); — Tailwind CSS: bg-[hsl(80,22%,74%)] — CSS variable: --color-primary: hsl(80, 22%, 74%);