HSL(68, 59%, 46%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,59%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 59%, 46%) | color: hsl(68, 59%, 46%) | |
| HEX | #A8BB30 | color: #A8BB30 | |
| RGB | rgb(168, 187, 48) | color: rgb(168, 187, 48) | |
| CMYK | cmyk(10%, 0%, 74%, 27%) | — | |
| HSV | hsv(68, 74%, 73%) | — | |
| HWB | hwb(68 19% 27%) | color: hwb(68 19% 27%) | |
| OKLCH | oklch(0.7528 0.1578 117.25) | color: oklch(0.7528 0.1578 117.25) | |
| Lab | lab(72.28 -24.02 63.54) | color: lab(72.28 -24.02 63.54) | |
| LCH | lch(72.28 67.93 110.71) | color: lch(72.28 67.93 110.71) |
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)
#B0B052 — rgb(176, 176, 82)
Deuteranopia (Green-blind)
#AFAE5A — rgb(175, 174, 90)
Tritanopia (Blue-blind)
#A96C72 — rgb(169, 108, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 59%, 46%);
text
color: hsl(68, 59%, 46%);
border
border: 2px solid hsl(68, 59%, 46%);
gradient light
background: linear-gradient(to right, hsl(68, 59%, 66%), hsl(68, 59%, 46%));
gradient dark
background: linear-gradient(to right, hsl(68, 59%, 46%), hsl(68, 59%, 26%))
hex
background-color: #A8BB30;
tailwind
bg-[hsl(68,59%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 59%, 46%, 0.4);
css variable
--color-primary: hsl(68, 59%, 46%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 59%, 46%)?
HEX: #A8BB30 | RGB: rgb(168, 187, 48) | CMYK: 10%, 0%, 74%, 27% | HSV: 68°, 74%, 73%. Copy any format from the conversion table above.
What colors go well with #A8BB30?
The complementary color is HSL(248, 59%, 46%). 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, 59%, 46%) in CSS?
As HSL: color: hsl(68, 59%, 46%); — As HEX: color: #A8BB30; — As RGB: color: rgb(168, 187, 48); — Tailwind CSS: bg-[hsl(68,59%,46%)] — CSS variable: --color-primary: hsl(68, 59%, 46%);