HSL(126, 30%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,30%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 30%, 79%) | color: hsl(126, 30%, 79%) | |
| HEX | #B9DABD | color: #B9DABD | |
| RGB | rgb(185, 218, 189) | color: rgb(185, 218, 189) | |
| CMYK | cmyk(15%, 0%, 13%, 15%) | — | |
| HSV | hsv(127, 15%, 85%) | — | |
| HWB | hwb(127 72% 15%) | color: hwb(127 72% 15%) | |
| OKLCH | oklch(0.8564 0.0529 148.52) | color: oklch(0.8564 0.0529 148.52) | |
| Lab | lab(84.03 -16.39 10.67) | color: lab(84.03 -16.39 10.67) | |
| LCH | lch(84.03 19.56 146.94) | color: lch(84.03 19.56 146.94) |
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)
#C7C8C4 — rgb(199, 200, 196)
Deuteranopia (Green-blind)
#C5C3C6 — rgb(197, 195, 198)
Tritanopia (Blue-blind)
#BBCACB — rgb(187, 202, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 30%, 79%);
text
color: hsl(126, 30%, 79%);
border
border: 2px solid hsl(126, 30%, 79%);
gradient light
background: linear-gradient(to right, hsl(126, 30%, 99%), hsl(126, 30%, 79%));
gradient dark
background: linear-gradient(to right, hsl(126, 30%, 79%), hsl(126, 30%, 59%))
hex
background-color: #B9DABD;
tailwind
bg-[hsl(126,30%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 30%, 79%, 0.4);
css variable
--color-primary: hsl(126, 30%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 30%, 79%)?
HEX: #B9DABD | RGB: rgb(185, 218, 189) | CMYK: 15%, 0%, 13%, 15% | HSV: 127°, 15%, 85%. Copy any format from the conversion table above.
What colors go well with #B9DABD?
The complementary color is HSL(306, 30%, 79%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 30%, 79%) in CSS?
As HSL: color: hsl(126, 30%, 79%); — As HEX: color: #B9DABD; — As RGB: color: rgb(185, 218, 189); — Tailwind CSS: bg-[hsl(126,30%,79%)] — CSS variable: --color-primary: hsl(126, 30%, 79%);