HSL(74, 24%, 69%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,24%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 24%, 69%) | color: hsl(74, 24%, 69%) | |
| HEX | #BAC39D | color: #BAC39D | |
| RGB | rgb(186, 195, 157) | color: rgb(186, 195, 157) | |
| CMYK | cmyk(5%, 0%, 19%, 24%) | — | |
| HSV | hsv(74, 19%, 76%) | — | |
| HWB | hwb(74 62% 24%) | color: hwb(74 62% 24%) | |
| OKLCH | oklch(0.8002 0.0527 118.43) | color: oklch(0.8002 0.0527 118.43) | |
| Lab | lab(77.22 -9.69 18.1) | color: lab(77.22 -9.69 18.1) | |
| LCH | lch(77.22 20.53 118.16) | color: lch(77.22 20.53 118.16) |
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)
#BEBEA6 — rgb(190, 190, 166)
Deuteranopia (Green-blind)
#BDBDA8 — rgb(189, 189, 168)
Tritanopia (Blue-blind)
#BAADAF — rgb(186, 173, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 24%, 69%);
text
color: hsl(74, 24%, 69%);
border
border: 2px solid hsl(74, 24%, 69%);
gradient light
background: linear-gradient(to right, hsl(74, 24%, 89%), hsl(74, 24%, 69%));
gradient dark
background: linear-gradient(to right, hsl(74, 24%, 69%), hsl(74, 24%, 49%))
hex
background-color: #BAC39D;
tailwind
bg-[hsl(74,24%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 24%, 69%, 0.4);
css variable
--color-primary: hsl(74, 24%, 69%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 24%, 69%)?
HEX: #BAC39D | RGB: rgb(186, 195, 157) | CMYK: 5%, 0%, 19%, 24% | HSV: 74°, 19%, 76%. Copy any format from the conversion table above.
What colors go well with #BAC39D?
The complementary color is HSL(254, 24%, 69%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 24%, 69%) in CSS?
As HSL: color: hsl(74, 24%, 69%); — As HEX: color: #BAC39D; — As RGB: color: rgb(186, 195, 157); — Tailwind CSS: bg-[hsl(74,24%,69%)] — CSS variable: --color-primary: hsl(74, 24%, 69%);