HSL(110, 90%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(110,90%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 90%, 85%) | color: hsl(110, 90%, 85%) | |
| HEX | #C2FBB6 | color: #C2FBB6 | |
| RGB | rgb(194, 251, 182) | color: rgb(194, 251, 182) | |
| CMYK | cmyk(23%, 0%, 27%, 2%) | — | |
| HSV | hsv(110, 27%, 98%) | — | |
| HWB | hwb(110 72% 2%) | color: hwb(110 72% 2%) | |
| OKLCH | oklch(0.9321 0.1083 140.17) | color: oklch(0.9321 0.1083 140.17) | |
| Lab | lab(93.38 -30.53 27.4) | color: lab(93.38 -30.53 27.4) | |
| LCH | lch(93.38 41.02 138.09) | color: lch(93.38 41.02 138.09) |
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)
#DBDBC7 — rgb(219, 219, 199)
Deuteranopia (Green-blind)
#D7D3CB — rgb(215, 211, 203)
Tritanopia (Blue-blind)
#C5D4D7 — rgb(197, 212, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 90%, 85%);
text
color: hsl(110, 90%, 85%);
border
border: 2px solid hsl(110, 90%, 85%);
gradient light
background: linear-gradient(to right, hsl(110, 90%, 100%), hsl(110, 90%, 85%));
gradient dark
background: linear-gradient(to right, hsl(110, 90%, 85%), hsl(110, 90%, 65%))
hex
background-color: #C2FBB6;
tailwind
bg-[hsl(110,90%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 90%, 85%, 0.4);
css variable
--color-primary: hsl(110, 90%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(110, 90%, 85%)?
HEX: #C2FBB6 | RGB: rgb(194, 251, 182) | CMYK: 23%, 0%, 27%, 2% | HSV: 110°, 27%, 98%. Copy any format from the conversion table above.
What colors go well with #C2FBB6?
The complementary color is HSL(290, 90%, 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, 90%, 85%) in CSS?
As HSL: color: hsl(110, 90%, 85%); — As HEX: color: #C2FBB6; — As RGB: color: rgb(194, 251, 182); — Tailwind CSS: bg-[hsl(110,90%,85%)] — CSS variable: --color-primary: hsl(110, 90%, 85%);