HSL(101, 74%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,74%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 74%, 79%) | color: hsl(101, 74%, 79%) | |
| HEX | #BBF1A2 | color: #BBF1A2 | |
| RGB | rgb(187, 241, 162) | color: rgb(187, 241, 162) | |
| CMYK | cmyk(22%, 0%, 33%, 5%) | — | |
| HSV | hsv(101, 33%, 95%) | — | |
| HWB | hwb(101 64% 5%) | color: hwb(101 64% 5%) | |
| OKLCH | oklch(0.9019 0.1181 136.09) | color: oklch(0.9019 0.1181 136.09) | |
| Lab | lab(89.9 -31.22 32.75) | color: lab(89.9 -31.22 32.75) | |
| LCH | lch(89.9 45.25 133.63) | color: lch(89.9 45.25 133.63) |
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)
#D2D3B5 — rgb(210, 211, 181)
Deuteranopia (Green-blind)
#CFCBBA — rgb(207, 203, 186)
Tritanopia (Blue-blind)
#BEC4C8 — rgb(190, 196, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 74%, 79%);
text
color: hsl(101, 74%, 79%);
border
border: 2px solid hsl(101, 74%, 79%);
gradient light
background: linear-gradient(to right, hsl(101, 74%, 99%), hsl(101, 74%, 79%));
gradient dark
background: linear-gradient(to right, hsl(101, 74%, 79%), hsl(101, 74%, 59%))
hex
background-color: #BBF1A2;
tailwind
bg-[hsl(101,74%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 74%, 79%, 0.4);
css variable
--color-primary: hsl(101, 74%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 74%, 79%)?
HEX: #BBF1A2 | RGB: rgb(187, 241, 162) | CMYK: 22%, 0%, 33%, 5% | HSV: 101°, 33%, 95%. Copy any format from the conversion table above.
What colors go well with #BBF1A2?
The complementary color is HSL(281, 74%, 79%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 74%, 79%) in CSS?
As HSL: color: hsl(101, 74%, 79%); — As HEX: color: #BBF1A2; — As RGB: color: rgb(187, 241, 162); — Tailwind CSS: bg-[hsl(101,74%,79%)] — CSS variable: --color-primary: hsl(101, 74%, 79%);