HSL(94, 50%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,50%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 50%, 74%) | color: hsl(94, 50%, 74%) | |
| HEX | #B8DE9C | color: #B8DE9C | |
| RGB | rgb(184, 222, 156) | color: rgb(184, 222, 156) | |
| CMYK | cmyk(17%, 0%, 30%, 13%) | — | |
| HSV | hsv(95, 30%, 87%) | — | |
| HWB | hwb(95 61% 13%) | color: hwb(95 61% 13%) | |
| OKLCH | oklch(0.857 0.0968 132.48) | color: oklch(0.857 0.0968 132.48) | |
| Lab | lab(84.4 -24.1 28.41) | color: lab(84.4 -24.1 28.41) | |
| LCH | lch(84.4 37.26 130.31) | color: lch(84.4 37.26 130.31) |
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)
#C8C9AC — rgb(200, 201, 172)
Deuteranopia (Green-blind)
#C6C3B0 — rgb(198, 195, 176)
Tritanopia (Blue-blind)
#BAB9BB — rgb(186, 185, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 50%, 74%);
text
color: hsl(94, 50%, 74%);
border
border: 2px solid hsl(94, 50%, 74%);
gradient light
background: linear-gradient(to right, hsl(94, 50%, 94%), hsl(94, 50%, 74%));
gradient dark
background: linear-gradient(to right, hsl(94, 50%, 74%), hsl(94, 50%, 54%))
hex
background-color: #B8DE9C;
tailwind
bg-[hsl(94,50%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 50%, 74%, 0.4);
css variable
--color-primary: hsl(94, 50%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(94, 50%, 74%)?
HEX: #B8DE9C | RGB: rgb(184, 222, 156) | CMYK: 17%, 0%, 30%, 13% | HSV: 95°, 30%, 87%. Copy any format from the conversion table above.
What colors go well with #B8DE9C?
The complementary color is HSL(274, 50%, 74%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 50%, 74%) in CSS?
As HSL: color: hsl(94, 50%, 74%); — As HEX: color: #B8DE9C; — As RGB: color: rgb(184, 222, 156); — Tailwind CSS: bg-[hsl(94,50%,74%)] — CSS variable: --color-primary: hsl(94, 50%, 74%);