HSL(103, 93%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(103,93%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 93%, 77%) | color: hsl(103, 93%, 77%) | |
| HEX | #ADFB8E | color: #ADFB8E | |
| RGB | rgb(173, 251, 142) | color: rgb(173, 251, 142) | |
| CMYK | cmyk(31%, 0%, 43%, 2%) | — | |
| HSV | hsv(103, 43%, 98%) | — | |
| HWB | hwb(103 56% 2%) | color: hwb(103 56% 2%) | |
| OKLCH | oklch(0.9127 0.1609 137.31) | color: oklch(0.9127 0.1609 137.31) | |
| Lab | lab(91.61 -43.14 44.71) | color: lab(91.61 -43.14 44.71) | |
| LCH | lch(91.61 62.13 133.98) | color: lch(91.61 62.13 133.98) |
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)
#CFCFA8 — rgb(207, 207, 168)
Deuteranopia (Green-blind)
#CAC4AF — rgb(202, 196, 175)
Tritanopia (Blue-blind)
#B1BDC2 — rgb(177, 189, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 93%, 77%);
text
color: hsl(103, 93%, 77%);
border
border: 2px solid hsl(103, 93%, 77%);
gradient light
background: linear-gradient(to right, hsl(103, 93%, 97%), hsl(103, 93%, 77%));
gradient dark
background: linear-gradient(to right, hsl(103, 93%, 77%), hsl(103, 93%, 57%))
hex
background-color: #ADFB8E;
tailwind
bg-[hsl(103,93%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 93%, 77%, 0.4);
css variable
--color-primary: hsl(103, 93%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(103, 93%, 77%)?
HEX: #ADFB8E | RGB: rgb(173, 251, 142) | CMYK: 31%, 0%, 43%, 2% | HSV: 103°, 43%, 98%. Copy any format from the conversion table above.
What colors go well with #ADFB8E?
The complementary color is HSL(283, 93%, 77%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(103, 93%, 77%) in CSS?
As HSL: color: hsl(103, 93%, 77%); — As HEX: color: #ADFB8E; — As RGB: color: rgb(173, 251, 142); — Tailwind CSS: bg-[hsl(103,93%,77%)] — CSS variable: --color-primary: hsl(103, 93%, 77%);