HSL(115, 72%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,72%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 72%, 85%) | color: hsl(115, 72%, 85%) | |
| HEX | #C2F4BD | color: #C2F4BD | |
| RGB | rgb(194, 244, 189) | color: rgb(194, 244, 189) | |
| CMYK | cmyk(20%, 0%, 23%, 4%) | — | |
| HSV | hsv(115, 23%, 96%) | — | |
| HWB | hwb(115 74% 4%) | color: hwb(115 74% 4%) | |
| OKLCH | oklch(0.9184 0.0898 142.47) | color: oklch(0.9184 0.0898 142.47) | |
| Lab | lab(91.61 -26.11 21.41) | color: lab(91.61 -26.11 21.41) | |
| LCH | lch(91.61 33.77 140.65) | color: lch(91.61 33.77 140.65) |
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)
#D8D8CA — rgb(216, 216, 202)
Deuteranopia (Green-blind)
#D5D1CE — rgb(213, 209, 206)
Tritanopia (Blue-blind)
#C5D5D7 — rgb(197, 213, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 72%, 85%);
text
color: hsl(115, 72%, 85%);
border
border: 2px solid hsl(115, 72%, 85%);
gradient light
background: linear-gradient(to right, hsl(115, 72%, 100%), hsl(115, 72%, 85%));
gradient dark
background: linear-gradient(to right, hsl(115, 72%, 85%), hsl(115, 72%, 65%))
hex
background-color: #C2F4BD;
tailwind
bg-[hsl(115,72%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 72%, 85%, 0.4);
css variable
--color-primary: hsl(115, 72%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 72%, 85%)?
HEX: #C2F4BD | RGB: rgb(194, 244, 189) | CMYK: 20%, 0%, 23%, 4% | HSV: 115°, 23%, 96%. Copy any format from the conversion table above.
What colors go well with #C2F4BD?
The complementary color is HSL(295, 72%, 85%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 72%, 85%) in CSS?
As HSL: color: hsl(115, 72%, 85%); — As HEX: color: #C2F4BD; — As RGB: color: rgb(194, 244, 189); — Tailwind CSS: bg-[hsl(115,72%,85%)] — CSS variable: --color-primary: hsl(115, 72%, 85%);