HSL(67, 57%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,57%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 57%, 52%) | color: hsl(67, 57%, 52%) | |
| HEX | #BACA3F | color: #BACA3F | |
| RGB | rgb(186, 202, 63) | color: rgb(186, 202, 63) | |
| CMYK | cmyk(8%, 0%, 69%, 21%) | — | |
| HSV | hsv(67, 69%, 79%) | — | |
| HWB | hwb(67 24% 21%) | color: hwb(67 24% 21%) | |
| OKLCH | oklch(0.8015 0.1594 115.78) | color: oklch(0.8015 0.1594 115.78) | |
| Lab | lab(77.9 -23.09 64.14) | color: lab(77.9 -23.09 64.14) | |
| LCH | lch(77.9 68.17 109.8) | color: lch(77.9 68.17 109.8) |
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)
#C1C161 — rgb(193, 193, 97)
Deuteranopia (Green-blind)
#C0BF69 — rgb(192, 191, 105)
Tritanopia (Blue-blind)
#BB7B81 — rgb(187, 123, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 57%, 52%);
text
color: hsl(67, 57%, 52%);
border
border: 2px solid hsl(67, 57%, 52%);
gradient light
background: linear-gradient(to right, hsl(67, 57%, 72%), hsl(67, 57%, 52%));
gradient dark
background: linear-gradient(to right, hsl(67, 57%, 52%), hsl(67, 57%, 32%))
hex
background-color: #BACA3F;
tailwind
bg-[hsl(67,57%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 57%, 52%, 0.4);
css variable
--color-primary: hsl(67, 57%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 57%, 52%)?
HEX: #BACA3F | RGB: rgb(186, 202, 63) | CMYK: 8%, 0%, 69%, 21% | HSV: 67°, 69%, 79%. Copy any format from the conversion table above.
What colors go well with #BACA3F?
The complementary color is HSL(247, 57%, 52%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 57%, 52%) in CSS?
As HSL: color: hsl(67, 57%, 52%); — As HEX: color: #BACA3F; — As RGB: color: rgb(186, 202, 63); — Tailwind CSS: bg-[hsl(67,57%,52%)] — CSS variable: --color-primary: hsl(67, 57%, 52%);