HSL(139, 21%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(139,21%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 21%, 74%) | color: hsl(139, 21%, 74%) | |
| HEX | #AFCBB8 | color: #AFCBB8 | |
| RGB | rgb(175, 203, 184) | color: rgb(175, 203, 184) | |
| CMYK | cmyk(14%, 0%, 9%, 20%) | — | |
| HSV | hsv(139, 14%, 80%) | — | |
| HWB | hwb(139 69% 20%) | color: hwb(139 69% 20%) | |
| OKLCH | oklch(0.8159 0.0401 155.74) | color: oklch(0.8159 0.0401 155.74) | |
| Lab | lab(79.21 -13.07 6.33) | color: lab(79.21 -13.07 6.33) | |
| LCH | lch(79.21 14.52 154.16) | color: lch(79.21 14.52 154.16) |
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)
#BBBBBD — rgb(187, 187, 189)
Deuteranopia (Green-blind)
#BAB7BE — rgb(186, 183, 190)
Tritanopia (Blue-blind)
#B0C0C1 — rgb(176, 192, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 21%, 74%);
text
color: hsl(139, 21%, 74%);
border
border: 2px solid hsl(139, 21%, 74%);
gradient light
background: linear-gradient(to right, hsl(139, 21%, 94%), hsl(139, 21%, 74%));
gradient dark
background: linear-gradient(to right, hsl(139, 21%, 74%), hsl(139, 21%, 54%))
hex
background-color: #AFCBB8;
tailwind
bg-[hsl(139,21%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 21%, 74%, 0.4);
css variable
--color-primary: hsl(139, 21%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(139, 21%, 74%)?
HEX: #AFCBB8 | RGB: rgb(175, 203, 184) | CMYK: 14%, 0%, 9%, 20% | HSV: 139°, 14%, 80%. Copy any format from the conversion table above.
What colors go well with #AFCBB8?
The complementary color is HSL(319, 21%, 74%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(139, 21%, 74%) in CSS?
As HSL: color: hsl(139, 21%, 74%); — As HEX: color: #AFCBB8; — As RGB: color: rgb(175, 203, 184); — Tailwind CSS: bg-[hsl(139,21%,74%)] — CSS variable: --color-primary: hsl(139, 21%, 74%);