HSL(89, 90%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(89,90%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 90%, 76%) | color: hsl(89, 90%, 76%) | |
| HEX | #C4F98B | color: #C4F98B | |
| RGB | rgb(196, 249, 139) | color: rgb(196, 249, 139) | |
| CMYK | cmyk(21%, 0%, 44%, 2%) | — | |
| HSV | hsv(89, 44%, 98%) | — | |
| HWB | hwb(89 55% 2%) | color: hwb(89 55% 2%) | |
| OKLCH | oklch(0.9214 0.1495 129.95) | color: oklch(0.9214 0.1495 129.95) | |
| Lab | lab(92.29 -34.76 47.27) | color: lab(92.29 -34.76 47.27) | |
| LCH | lch(92.29 58.67 126.33) | color: lch(92.29 58.67 126.33) |
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)
#DBDBA6 — rgb(219, 219, 166)
Deuteranopia (Green-blind)
#D8D4AC — rgb(216, 212, 172)
Tritanopia (Blue-blind)
#C7BBBF — rgb(199, 187, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 90%, 76%);
text
color: hsl(89, 90%, 76%);
border
border: 2px solid hsl(89, 90%, 76%);
gradient light
background: linear-gradient(to right, hsl(89, 90%, 96%), hsl(89, 90%, 76%));
gradient dark
background: linear-gradient(to right, hsl(89, 90%, 76%), hsl(89, 90%, 56%))
hex
background-color: #C4F98B;
tailwind
bg-[hsl(89,90%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 90%, 76%, 0.4);
css variable
--color-primary: hsl(89, 90%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(89, 90%, 76%)?
HEX: #C4F98B | RGB: rgb(196, 249, 139) | CMYK: 21%, 0%, 44%, 2% | HSV: 89°, 44%, 98%. Copy any format from the conversion table above.
What colors go well with #C4F98B?
The complementary color is HSL(269, 90%, 76%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 90%, 76%) in CSS?
As HSL: color: hsl(89, 90%, 76%); — As HEX: color: #C4F98B; — As RGB: color: rgb(196, 249, 139); — Tailwind CSS: bg-[hsl(89,90%,76%)] — CSS variable: --color-primary: hsl(89, 90%, 76%);