HSL(144, 30%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(144,30%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(144, 30%, 76%) | color: hsl(144, 30%, 76%) | |
| HEX | #AFD4BE | color: #AFD4BE | |
| RGB | rgb(175, 212, 190) | color: rgb(175, 212, 190) | |
| CMYK | cmyk(17%, 0%, 10%, 17%) | — | |
| HSV | hsv(144, 17%, 83%) | — | |
| HWB | hwb(144 69% 17%) | color: hwb(144 69% 17%) | |
| OKLCH | oklch(0.837 0.0497 159.03) | color: oklch(0.837 0.0497 159.03) | |
| Lab | lab(81.79 -16.52 6.85) | color: lab(81.79 -16.52 6.85) | |
| LCH | lch(81.79 17.88 157.48) | color: lch(81.79 17.88 157.48) |
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)
#BFBFC3 — rgb(191, 191, 195)
Deuteranopia (Green-blind)
#BDBAC5 — rgb(189, 186, 197)
Tritanopia (Blue-blind)
#B1C8C8 — rgb(177, 200, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(144, 30%, 76%);
text
color: hsl(144, 30%, 76%);
border
border: 2px solid hsl(144, 30%, 76%);
gradient light
background: linear-gradient(to right, hsl(144, 30%, 96%), hsl(144, 30%, 76%));
gradient dark
background: linear-gradient(to right, hsl(144, 30%, 76%), hsl(144, 30%, 56%))
hex
background-color: #AFD4BE;
tailwind
bg-[hsl(144,30%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(144, 30%, 76%, 0.4);
css variable
--color-primary: hsl(144, 30%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(144, 30%, 76%)?
HEX: #AFD4BE | RGB: rgb(175, 212, 190) | CMYK: 17%, 0%, 10%, 17% | HSV: 144°, 17%, 83%. Copy any format from the conversion table above.
What colors go well with #AFD4BE?
The complementary color is HSL(324, 30%, 76%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(144, 30%, 76%) in CSS?
As HSL: color: hsl(144, 30%, 76%); — As HEX: color: #AFD4BE; — As RGB: color: rgb(175, 212, 190); — Tailwind CSS: bg-[hsl(144,30%,76%)] — CSS variable: --color-primary: hsl(144, 30%, 76%);