HSL(104, 40%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(104,40%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 40%, 79%) | color: hsl(104, 40%, 79%) | |
| HEX | #BFDFB4 | color: #BFDFB4 | |
| RGB | rgb(191, 223, 180) | color: rgb(191, 223, 180) | |
| CMYK | cmyk(14%, 0%, 19%, 13%) | — | |
| HSV | hsv(105, 19%, 87%) | — | |
| HWB | hwb(105 70% 13%) | color: hwb(105 70% 13%) | |
| OKLCH | oklch(0.869 0.0673 137.73) | color: oklch(0.869 0.0673 137.73) | |
| Lab | lab(85.58 -18.39 17.63) | color: lab(85.58 -18.39 17.63) | |
| LCH | lch(85.58 25.48 136.21) | color: lch(85.58 25.48 136.21) |
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)
#CDCDBE — rgb(205, 205, 190)
Deuteranopia (Green-blind)
#CBC9C1 — rgb(203, 201, 193)
Tritanopia (Blue-blind)
#C1C7C8 — rgb(193, 199, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 40%, 79%);
text
color: hsl(104, 40%, 79%);
border
border: 2px solid hsl(104, 40%, 79%);
gradient light
background: linear-gradient(to right, hsl(104, 40%, 99%), hsl(104, 40%, 79%));
gradient dark
background: linear-gradient(to right, hsl(104, 40%, 79%), hsl(104, 40%, 59%))
hex
background-color: #BFDFB4;
tailwind
bg-[hsl(104,40%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 40%, 79%, 0.4);
css variable
--color-primary: hsl(104, 40%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(104, 40%, 79%)?
HEX: #BFDFB4 | RGB: rgb(191, 223, 180) | CMYK: 14%, 0%, 19%, 13% | HSV: 105°, 19%, 87%. Copy any format from the conversion table above.
What colors go well with #BFDFB4?
The complementary color is HSL(284, 40%, 79%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 40%, 79%) in CSS?
As HSL: color: hsl(104, 40%, 79%); — As HEX: color: #BFDFB4; — As RGB: color: rgb(191, 223, 180); — Tailwind CSS: bg-[hsl(104,40%,79%)] — CSS variable: --color-primary: hsl(104, 40%, 79%);