HSL(106, 52%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,52%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 52%, 81%) | color: hsl(106, 52%, 81%) | |
| HEX | #C1E8B5 | color: #C1E8B5 | |
| RGB | rgb(193, 232, 181) | color: rgb(193, 232, 181) | |
| CMYK | cmyk(17%, 0%, 22%, 9%) | — | |
| HSV | hsv(106, 22%, 91%) | — | |
| HWB | hwb(106 71% 9%) | color: hwb(106 71% 9%) | |
| OKLCH | oklch(0.89 0.0797 138.38) | color: oklch(0.89 0.0797 138.38) | |
| Lab | lab(88.15 -21.97 20.72) | color: lab(88.15 -21.97 20.72) | |
| LCH | lch(88.15 30.2 136.68) | color: lch(88.15 30.2 136.68) |
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)
#D2D2C1 — rgb(210, 210, 193)
Deuteranopia (Green-blind)
#D0CDC4 — rgb(208, 205, 196)
Tritanopia (Blue-blind)
#C3CBCD — rgb(195, 203, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 52%, 81%);
text
color: hsl(106, 52%, 81%);
border
border: 2px solid hsl(106, 52%, 81%);
gradient light
background: linear-gradient(to right, hsl(106, 52%, 100%), hsl(106, 52%, 81%));
gradient dark
background: linear-gradient(to right, hsl(106, 52%, 81%), hsl(106, 52%, 61%))
hex
background-color: #C1E8B5;
tailwind
bg-[hsl(106,52%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 52%, 81%, 0.4);
css variable
--color-primary: hsl(106, 52%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 52%, 81%)?
HEX: #C1E8B5 | RGB: rgb(193, 232, 181) | CMYK: 17%, 0%, 22%, 9% | HSV: 106°, 22%, 91%. Copy any format from the conversion table above.
What colors go well with #C1E8B5?
The complementary color is HSL(286, 52%, 81%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 52%, 81%) in CSS?
As HSL: color: hsl(106, 52%, 81%); — As HEX: color: #C1E8B5; — As RGB: color: rgb(193, 232, 181); — Tailwind CSS: bg-[hsl(106,52%,81%)] — CSS variable: --color-primary: hsl(106, 52%, 81%);