HSL(132, 60%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,60%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 60%, 85%) | color: hsl(132, 60%, 85%) | |
| HEX | #C2F0CB | color: #C2F0CB | |
| RGB | rgb(194, 240, 203) | color: rgb(194, 240, 203) | |
| CMYK | cmyk(19%, 0%, 15%, 6%) | — | |
| HSV | hsv(132, 19%, 94%) | — | |
| HWB | hwb(132 76% 6%) | color: hwb(132 76% 6%) | |
| OKLCH | oklch(0.913 0.069 150.67) | color: oklch(0.913 0.069 150.67) | |
| Lab | lab(90.83 -21.79 13.08) | color: lab(90.83 -21.79 13.08) | |
| LCH | lch(90.83 25.41 149.02) | color: lch(90.83 25.41 149.02) |
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)
#D6D6D4 — rgb(214, 214, 212)
Deuteranopia (Green-blind)
#D3D0D6 — rgb(211, 208, 214)
Tritanopia (Blue-blind)
#C4DBDD — rgb(196, 219, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 60%, 85%);
text
color: hsl(132, 60%, 85%);
border
border: 2px solid hsl(132, 60%, 85%);
gradient light
background: linear-gradient(to right, hsl(132, 60%, 100%), hsl(132, 60%, 85%));
gradient dark
background: linear-gradient(to right, hsl(132, 60%, 85%), hsl(132, 60%, 65%))
hex
background-color: #C2F0CB;
tailwind
bg-[hsl(132,60%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 60%, 85%, 0.4);
css variable
--color-primary: hsl(132, 60%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 60%, 85%)?
HEX: #C2F0CB | RGB: rgb(194, 240, 203) | CMYK: 19%, 0%, 15%, 6% | HSV: 132°, 19%, 94%. Copy any format from the conversion table above.
What colors go well with #C2F0CB?
The complementary color is HSL(312, 60%, 85%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 60%, 85%) in CSS?
As HSL: color: hsl(132, 60%, 85%); — As HEX: color: #C2F0CB; — As RGB: color: rgb(194, 240, 203); — Tailwind CSS: bg-[hsl(132,60%,85%)] — CSS variable: --color-primary: hsl(132, 60%, 85%);