HSL(121, 34%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,34%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 34%, 78%) | color: hsl(121, 34%, 78%) | |
| HEX | #B4DAB4 | color: #B4DAB4 | |
| RGB | rgb(180, 218, 180) | color: rgb(180, 218, 180) | |
| CMYK | cmyk(17%, 0%, 17%, 15%) | — | |
| HSV | hsv(120, 17%, 85%) | — | |
| HWB | hwb(120 71% 15%) | color: hwb(120 71% 15%) | |
| OKLCH | oklch(0.8508 0.0657 144.97) | color: oklch(0.8508 0.0657 144.97) | |
| Lab | lab(83.52 -19.67 14.64) | color: lab(83.52 -19.67 14.64) | |
| LCH | lch(83.52 24.52 143.34) | color: lch(83.52 24.52 143.34) |
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)
#C4C5BD — rgb(196, 197, 189)
Deuteranopia (Green-blind)
#C2BFBF — rgb(194, 191, 191)
Tritanopia (Blue-blind)
#B6C4C6 — rgb(182, 196, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 34%, 78%);
text
color: hsl(121, 34%, 78%);
border
border: 2px solid hsl(121, 34%, 78%);
gradient light
background: linear-gradient(to right, hsl(121, 34%, 98%), hsl(121, 34%, 78%));
gradient dark
background: linear-gradient(to right, hsl(121, 34%, 78%), hsl(121, 34%, 58%))
hex
background-color: #B4DAB4;
tailwind
bg-[hsl(121,34%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 34%, 78%, 0.4);
css variable
--color-primary: hsl(121, 34%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 34%, 78%)?
HEX: #B4DAB4 | RGB: rgb(180, 218, 180) | CMYK: 17%, 0%, 17%, 15% | HSV: 120°, 17%, 85%. Copy any format from the conversion table above.
What colors go well with #B4DAB4?
The complementary color is HSL(301, 34%, 78%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 34%, 78%) in CSS?
As HSL: color: hsl(121, 34%, 78%); — As HEX: color: #B4DAB4; — As RGB: color: rgb(180, 218, 180); — Tailwind CSS: bg-[hsl(121,34%,78%)] — CSS variable: --color-primary: hsl(121, 34%, 78%);