HSL(135, 85%, 87%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(135,85%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(135, 85%, 87%) | color: hsl(135, 85%, 87%) | |
| HEX | #C2FAD0 | color: #C2FAD0 | |
| RGB | rgb(194, 250, 208) | color: rgb(194, 250, 208) | |
| CMYK | cmyk(22%, 0%, 17%, 2%) | — | |
| HSV | hsv(135, 22%, 98%) | — | |
| HWB | hwb(135 76% 2%) | color: hwb(135 76% 2%) | |
| OKLCH | oklch(0.9357 0.0802 152.31) | color: oklch(0.9357 0.0802 152.31) | |
| Lab | lab(93.62 -25.72 14.45) | color: lab(93.62 -25.72 14.45) | |
| LCH | lch(93.62 29.5 150.67) | color: lch(93.62 29.5 150.67) |
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)
#DADBDA — rgb(218, 219, 218)
Deuteranopia (Green-blind)
#D7D3DD — rgb(215, 211, 221)
Tritanopia (Blue-blind)
#C5E2E4 — rgb(197, 226, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(135, 85%, 87%);
text
color: hsl(135, 85%, 87%);
border
border: 2px solid hsl(135, 85%, 87%);
gradient light
background: linear-gradient(to right, hsl(135, 85%, 100%), hsl(135, 85%, 87%));
gradient dark
background: linear-gradient(to right, hsl(135, 85%, 87%), hsl(135, 85%, 67%))
hex
background-color: #C2FAD0;
tailwind
bg-[hsl(135,85%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(135, 85%, 87%, 0.4);
css variable
--color-primary: hsl(135, 85%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(135, 85%, 87%)?
HEX: #C2FAD0 | RGB: rgb(194, 250, 208) | CMYK: 22%, 0%, 17%, 2% | HSV: 135°, 22%, 98%. Copy any format from the conversion table above.
What colors go well with #C2FAD0?
The complementary color is HSL(315, 85%, 87%). For a triadic harmony, use hues 135°, 255°, and 15°. For analogous combinations, try hues 105° and 165°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(135, 85%, 87%) in CSS?
As HSL: color: hsl(135, 85%, 87%); — As HEX: color: #C2FAD0; — As RGB: color: rgb(194, 250, 208); — Tailwind CSS: bg-[hsl(135,85%,87%)] — CSS variable: --color-primary: hsl(135, 85%, 87%);