HSL(104, 29%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(104,29%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 29%, 74%) | color: hsl(104, 29%, 74%) | |
| HEX | #B4D0A9 | color: #B4D0A9 | |
| RGB | rgb(180, 208, 169) | color: rgb(180, 208, 169) | |
| CMYK | cmyk(13%, 0%, 19%, 18%) | — | |
| HSV | hsv(103, 19%, 82%) | — | |
| HWB | hwb(103 66% 18%) | color: hwb(103 66% 18%) | |
| OKLCH | oklch(0.8264 0.0613 136.89) | color: oklch(0.8264 0.0613 136.89) | |
| Lab | lab(80.56 -16.55 16.3) | color: lab(80.56 -16.55 16.3) | |
| LCH | lch(80.56 23.23 135.44) | color: lch(80.56 23.23 135.44) |
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)
#C0C0B2 — rgb(192, 192, 178)
Deuteranopia (Green-blind)
#BFBCB5 — rgb(191, 188, 181)
Tritanopia (Blue-blind)
#B5BABC — rgb(181, 186, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 29%, 74%);
text
color: hsl(104, 29%, 74%);
border
border: 2px solid hsl(104, 29%, 74%);
gradient light
background: linear-gradient(to right, hsl(104, 29%, 94%), hsl(104, 29%, 74%));
gradient dark
background: linear-gradient(to right, hsl(104, 29%, 74%), hsl(104, 29%, 54%))
hex
background-color: #B4D0A9;
tailwind
bg-[hsl(104,29%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 29%, 74%, 0.4);
css variable
--color-primary: hsl(104, 29%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(104, 29%, 74%)?
HEX: #B4D0A9 | RGB: rgb(180, 208, 169) | CMYK: 13%, 0%, 19%, 18% | HSV: 103°, 19%, 82%. Copy any format from the conversion table above.
What colors go well with #B4D0A9?
The complementary color is HSL(284, 29%, 74%). 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, 29%, 74%) in CSS?
As HSL: color: hsl(104, 29%, 74%); — As HEX: color: #B4D0A9; — As RGB: color: rgb(180, 208, 169); — Tailwind CSS: bg-[hsl(104,29%,74%)] — CSS variable: --color-primary: hsl(104, 29%, 74%);