HSL(110, 84%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(110,84%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 84%, 85%) | color: hsl(110, 84%, 85%) | |
| HEX | #C3F9B9 | color: #C3F9B9 | |
| RGB | rgb(195, 249, 185) | color: rgb(195, 249, 185) | |
| CMYK | cmyk(22%, 0%, 26%, 2%) | — | |
| HSV | hsv(111, 26%, 98%) | — | |
| HWB | hwb(111 73% 2%) | color: hwb(111 73% 2%) | |
| OKLCH | oklch(0.929 0.1014 140.67) | color: oklch(0.929 0.1014 140.67) | |
| Lab | lab(92.95 -28.79 25.3) | color: lab(92.95 -28.79 25.3) | |
| LCH | lch(92.95 38.33 138.69) | color: lch(92.95 38.33 138.69) |
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)
#DADBC8 — rgb(218, 219, 200)
Deuteranopia (Green-blind)
#D7D3CC — rgb(215, 211, 204)
Tritanopia (Blue-blind)
#C6D5D7 — rgb(198, 213, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 84%, 85%);
text
color: hsl(110, 84%, 85%);
border
border: 2px solid hsl(110, 84%, 85%);
gradient light
background: linear-gradient(to right, hsl(110, 84%, 100%), hsl(110, 84%, 85%));
gradient dark
background: linear-gradient(to right, hsl(110, 84%, 85%), hsl(110, 84%, 65%))
hex
background-color: #C3F9B9;
tailwind
bg-[hsl(110,84%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 84%, 85%, 0.4);
css variable
--color-primary: hsl(110, 84%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(110, 84%, 85%)?
HEX: #C3F9B9 | RGB: rgb(195, 249, 185) | CMYK: 22%, 0%, 26%, 2% | HSV: 111°, 26%, 98%. Copy any format from the conversion table above.
What colors go well with #C3F9B9?
The complementary color is HSL(290, 84%, 85%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 84%, 85%) in CSS?
As HSL: color: hsl(110, 84%, 85%); — As HEX: color: #C3F9B9; — As RGB: color: rgb(195, 249, 185); — Tailwind CSS: bg-[hsl(110,84%,85%)] — CSS variable: --color-primary: hsl(110, 84%, 85%);