HSL(135, 42%, 69%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(135,42%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(135, 42%, 69%) | color: hsl(135, 42%, 69%) | |
| HEX | #8FD19F | color: #8FD19F | |
| RGB | rgb(143, 209, 159) | color: rgb(143, 209, 159) | |
| CMYK | cmyk(32%, 0%, 24%, 18%) | — | |
| HSV | hsv(135, 32%, 82%) | — | |
| HWB | hwb(135 56% 18%) | color: hwb(135 56% 18%) | |
| OKLCH | oklch(0.803 0.0974 151.33) | color: oklch(0.803 0.0974 151.33) | |
| Lab | lab(78.43 -31.13 18.29) | color: lab(78.43 -31.13 18.29) | |
| LCH | lch(78.43 36.11 149.56) | color: lch(78.43 36.11 149.56) |
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)
#ACACAB — rgb(172, 172, 171)
Deuteranopia (Green-blind)
#A8A3AE — rgb(168, 163, 174)
Tritanopia (Blue-blind)
#92B5B7 — rgb(146, 181, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(135, 42%, 69%);
text
color: hsl(135, 42%, 69%);
border
border: 2px solid hsl(135, 42%, 69%);
gradient light
background: linear-gradient(to right, hsl(135, 42%, 89%), hsl(135, 42%, 69%));
gradient dark
background: linear-gradient(to right, hsl(135, 42%, 69%), hsl(135, 42%, 49%))
hex
background-color: #8FD19F;
tailwind
bg-[hsl(135,42%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(135, 42%, 69%, 0.4);
css variable
--color-primary: hsl(135, 42%, 69%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(135, 42%, 69%)?
HEX: #8FD19F | RGB: rgb(143, 209, 159) | CMYK: 32%, 0%, 24%, 18% | HSV: 135°, 32%, 82%. Copy any format from the conversion table above.
What colors go well with #8FD19F?
The complementary color is HSL(315, 42%, 69%). For a triadic harmony, use hues 135°, 255°, and 15°. For analogous combinations, try hues 105° and 165°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(135, 42%, 69%) in CSS?
As HSL: color: hsl(135, 42%, 69%); — As HEX: color: #8FD19F; — As RGB: color: rgb(143, 209, 159); — Tailwind CSS: bg-[hsl(135,42%,69%)] — CSS variable: --color-primary: hsl(135, 42%, 69%);