HSL(134, 69%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(134,69%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 69%, 79%) | color: hsl(134, 69%, 79%) | |
| HEX | #A5EEB6 | color: #A5EEB6 | |
| RGB | rgb(165, 238, 182) | color: rgb(165, 238, 182) | |
| CMYK | cmyk(31%, 0%, 24%, 7%) | — | |
| HSV | hsv(134, 31%, 93%) | — | |
| HWB | hwb(134 64% 7%) | color: hwb(134 64% 7%) | |
| OKLCH | oklch(0.8864 0.1059 151.06) | color: oklch(0.8864 0.1059 151.06) | |
| Lab | lab(88.22 -33.75 20.05) | color: lab(88.22 -33.75 20.05) | |
| LCH | lch(88.22 39.26 149.29) | color: lch(88.22 39.26 149.29) |
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)
#C5C5C4 — rgb(197, 197, 196)
Deuteranopia (Green-blind)
#C0BBC7 — rgb(192, 187, 199)
Tritanopia (Blue-blind)
#A9CED1 — rgb(169, 206, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 69%, 79%);
text
color: hsl(134, 69%, 79%);
border
border: 2px solid hsl(134, 69%, 79%);
gradient light
background: linear-gradient(to right, hsl(134, 69%, 99%), hsl(134, 69%, 79%));
gradient dark
background: linear-gradient(to right, hsl(134, 69%, 79%), hsl(134, 69%, 59%))
hex
background-color: #A5EEB6;
tailwind
bg-[hsl(134,69%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 69%, 79%, 0.4);
css variable
--color-primary: hsl(134, 69%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(134, 69%, 79%)?
HEX: #A5EEB6 | RGB: rgb(165, 238, 182) | CMYK: 31%, 0%, 24%, 7% | HSV: 134°, 31%, 93%. Copy any format from the conversion table above.
What colors go well with #A5EEB6?
The complementary color is HSL(314, 69%, 79%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(134, 69%, 79%) in CSS?
As HSL: color: hsl(134, 69%, 79%); — As HEX: color: #A5EEB6; — As RGB: color: rgb(165, 238, 182); — Tailwind CSS: bg-[hsl(134,69%,79%)] — CSS variable: --color-primary: hsl(134, 69%, 79%);