HSL(68, 60%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,60%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 60%, 52%) | color: hsl(68, 60%, 52%) | |
| HEX | #BACE3B | color: #BACE3B | |
| RGB | rgb(186, 206, 59) | color: rgb(186, 206, 59) | |
| CMYK | cmyk(10%, 0%, 71%, 19%) | — | |
| HSV | hsv(68, 71%, 81%) | — | |
| HWB | hwb(68 23% 19%) | color: hwb(68 23% 19%) | |
| OKLCH | oklch(0.8102 0.1664 117.06) | color: oklch(0.8102 0.1664 117.06) | |
| Lab | lab(78.98 -25.24 66.66) | color: lab(78.98 -25.24 66.66) | |
| LCH | lch(78.98 71.28 110.74) | color: lch(78.98 71.28 110.74) |
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)
#C3C35F — rgb(195, 195, 95)
Deuteranopia (Green-blind)
#C2C067 — rgb(194, 192, 103)
Tritanopia (Blue-blind)
#BB7B81 — rgb(187, 123, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 60%, 52%);
text
color: hsl(68, 60%, 52%);
border
border: 2px solid hsl(68, 60%, 52%);
gradient light
background: linear-gradient(to right, hsl(68, 60%, 72%), hsl(68, 60%, 52%));
gradient dark
background: linear-gradient(to right, hsl(68, 60%, 52%), hsl(68, 60%, 32%))
hex
background-color: #BACE3B;
tailwind
bg-[hsl(68,60%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 60%, 52%, 0.4);
css variable
--color-primary: hsl(68, 60%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 60%, 52%)?
HEX: #BACE3B | RGB: rgb(186, 206, 59) | CMYK: 10%, 0%, 71%, 19% | HSV: 68°, 71%, 81%. Copy any format from the conversion table above.
What colors go well with #BACE3B?
The complementary color is HSL(248, 60%, 52%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 60%, 52%) in CSS?
As HSL: color: hsl(68, 60%, 52%); — As HEX: color: #BACE3B; — As RGB: color: rgb(186, 206, 59); — Tailwind CSS: bg-[hsl(68,60%,52%)] — CSS variable: --color-primary: hsl(68, 60%, 52%);