HSL(81, 77%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,77%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 77%, 72%) | color: hsl(81, 77%, 72%) | |
| HEX | #C8EF81 | color: #C8EF81 | |
| RGB | rgb(200, 239, 129) | color: rgb(200, 239, 129) | |
| CMYK | cmyk(16%, 0%, 46%, 6%) | — | |
| HSV | hsv(81, 46%, 94%) | — | |
| HWB | hwb(81 51% 6%) | color: hwb(81 51% 6%) | |
| OKLCH | oklch(0.9006 0.1439 125.22) | color: oklch(0.9006 0.1439 125.22) | |
| Lab | lab(89.67 -29.81 48.85) | color: lab(89.67 -29.81 48.85) | |
| LCH | lch(89.67 57.23 121.39) | color: lch(89.67 57.23 121.39) |
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)
#D9D99C — rgb(217, 217, 156)
Deuteranopia (Green-blind)
#D7D4A2 — rgb(215, 212, 162)
Tritanopia (Blue-blind)
#CAB1B5 — rgb(202, 177, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 77%, 72%);
text
color: hsl(81, 77%, 72%);
border
border: 2px solid hsl(81, 77%, 72%);
gradient light
background: linear-gradient(to right, hsl(81, 77%, 92%), hsl(81, 77%, 72%));
gradient dark
background: linear-gradient(to right, hsl(81, 77%, 72%), hsl(81, 77%, 52%))
hex
background-color: #C8EF81;
tailwind
bg-[hsl(81,77%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 77%, 72%, 0.4);
css variable
--color-primary: hsl(81, 77%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 77%, 72%)?
HEX: #C8EF81 | RGB: rgb(200, 239, 129) | CMYK: 16%, 0%, 46%, 6% | HSV: 81°, 46%, 94%. Copy any format from the conversion table above.
What colors go well with #C8EF81?
The complementary color is HSL(261, 77%, 72%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 77%, 72%) in CSS?
As HSL: color: hsl(81, 77%, 72%); — As HEX: color: #C8EF81; — As RGB: color: rgb(200, 239, 129); — Tailwind CSS: bg-[hsl(81,77%,72%)] — CSS variable: --color-primary: hsl(81, 77%, 72%);