HSL(131, 59%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,59%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 59%, 85%) | color: hsl(131, 59%, 85%) | |
| HEX | #C2EFCA | color: #C2EFCA | |
| RGB | rgb(194, 239, 202) | color: rgb(194, 239, 202) | |
| CMYK | cmyk(19%, 0%, 15%, 6%) | — | |
| HSV | hsv(131, 19%, 94%) | — | |
| HWB | hwb(131 76% 6%) | color: hwb(131 76% 6%) | |
| OKLCH | oklch(0.9106 0.0683 150.09) | color: oklch(0.9106 0.0683 150.09) | |
| Lab | lab(90.54 -21.48 13.18) | color: lab(90.54 -21.48 13.18) | |
| LCH | lch(90.54 25.2 148.47) | color: lch(90.54 25.2 148.47) |
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)
#D5D6D3 — rgb(213, 214, 211)
Deuteranopia (Green-blind)
#D3D0D5 — rgb(211, 208, 213)
Tritanopia (Blue-blind)
#C4DADC — rgb(196, 218, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 59%, 85%);
text
color: hsl(131, 59%, 85%);
border
border: 2px solid hsl(131, 59%, 85%);
gradient light
background: linear-gradient(to right, hsl(131, 59%, 100%), hsl(131, 59%, 85%));
gradient dark
background: linear-gradient(to right, hsl(131, 59%, 85%), hsl(131, 59%, 65%))
hex
background-color: #C2EFCA;
tailwind
bg-[hsl(131,59%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 59%, 85%, 0.4);
css variable
--color-primary: hsl(131, 59%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 59%, 85%)?
HEX: #C2EFCA | RGB: rgb(194, 239, 202) | CMYK: 19%, 0%, 15%, 6% | HSV: 131°, 19%, 94%. Copy any format from the conversion table above.
What colors go well with #C2EFCA?
The complementary color is HSL(311, 59%, 85%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 59%, 85%) in CSS?
As HSL: color: hsl(131, 59%, 85%); — As HEX: color: #C2EFCA; — As RGB: color: rgb(194, 239, 202); — Tailwind CSS: bg-[hsl(131,59%,85%)] — CSS variable: --color-primary: hsl(131, 59%, 85%);