HSL(103, 49%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(103,49%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 49%, 72%) | color: hsl(103, 49%, 72%) | |
| HEX | #A8DB95 | color: #A8DB95 | |
| RGB | rgb(168, 219, 149) | color: rgb(168, 219, 149) | |
| CMYK | cmyk(23%, 0%, 32%, 14%) | — | |
| HSV | hsv(104, 32%, 86%) | — | |
| HWB | hwb(104 58% 14%) | color: hwb(104 58% 14%) | |
| OKLCH | oklch(0.8385 0.1084 137.43) | color: oklch(0.8385 0.1084 137.43) | |
| Lab | lab(82.46 -29.29 29.25) | color: lab(82.46 -29.29 29.25) | |
| LCH | lch(82.46 41.39 135.04) | color: lch(82.46 41.39 135.04) |
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)
#BEBFA6 — rgb(190, 191, 166)
Deuteranopia (Green-blind)
#BBB7AA — rgb(187, 183, 170)
Tritanopia (Blue-blind)
#ABB3B6 — rgb(171, 179, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 49%, 72%);
text
color: hsl(103, 49%, 72%);
border
border: 2px solid hsl(103, 49%, 72%);
gradient light
background: linear-gradient(to right, hsl(103, 49%, 92%), hsl(103, 49%, 72%));
gradient dark
background: linear-gradient(to right, hsl(103, 49%, 72%), hsl(103, 49%, 52%))
hex
background-color: #A8DB95;
tailwind
bg-[hsl(103,49%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 49%, 72%, 0.4);
css variable
--color-primary: hsl(103, 49%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(103, 49%, 72%)?
HEX: #A8DB95 | RGB: rgb(168, 219, 149) | CMYK: 23%, 0%, 32%, 14% | HSV: 104°, 32%, 86%. Copy any format from the conversion table above.
What colors go well with #A8DB95?
The complementary color is HSL(283, 49%, 72%). 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, 49%, 72%) in CSS?
As HSL: color: hsl(103, 49%, 72%); — As HEX: color: #A8DB95; — As RGB: color: rgb(168, 219, 149); — Tailwind CSS: bg-[hsl(103,49%,72%)] — CSS variable: --color-primary: hsl(103, 49%, 72%);