HSL(148, 20%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(148,20%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 20%, 71%) | color: hsl(148, 20%, 71%) | |
| HEX | #A6C4B4 | color: #A6C4B4 | |
| RGB | rgb(166, 196, 180) | color: rgb(166, 196, 180) | |
| CMYK | cmyk(15%, 0%, 8%, 23%) | — | |
| HSV | hsv(148, 15%, 77%) | — | |
| HWB | hwb(148 65% 23%) | color: hwb(148 65% 23%) | |
| OKLCH | oklch(0.7935 0.0394 162.13) | color: oklch(0.7935 0.0394 162.13) | |
| Lab | lab(76.61 -13.25 4.66) | color: lab(76.61 -13.25 4.66) | |
| LCH | lch(76.61 14.05 160.62) | color: lch(76.61 14.05 160.62) |
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)
#B3B3B8 — rgb(179, 179, 184)
Deuteranopia (Green-blind)
#B1AFB9 — rgb(177, 175, 185)
Tritanopia (Blue-blind)
#A8BBBC — rgb(168, 187, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 20%, 71%);
text
color: hsl(148, 20%, 71%);
border
border: 2px solid hsl(148, 20%, 71%);
gradient light
background: linear-gradient(to right, hsl(148, 20%, 91%), hsl(148, 20%, 71%));
gradient dark
background: linear-gradient(to right, hsl(148, 20%, 71%), hsl(148, 20%, 51%))
hex
background-color: #A6C4B4;
tailwind
bg-[hsl(148,20%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 20%, 71%, 0.4);
css variable
--color-primary: hsl(148, 20%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(148, 20%, 71%)?
HEX: #A6C4B4 | RGB: rgb(166, 196, 180) | CMYK: 15%, 0%, 8%, 23% | HSV: 148°, 15%, 77%. Copy any format from the conversion table above.
What colors go well with #A6C4B4?
The complementary color is HSL(328, 20%, 71%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 20%, 71%) in CSS?
As HSL: color: hsl(148, 20%, 71%); — As HEX: color: #A6C4B4; — As RGB: color: rgb(166, 196, 180); — Tailwind CSS: bg-[hsl(148,20%,71%)] — CSS variable: --color-primary: hsl(148, 20%, 71%);