HSL(67, 43%, 48%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,43%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 43%, 48%) | color: hsl(67, 43%, 48%) | |
| HEX | #A3AF46 | color: #A3AF46 | |
| RGB | rgb(163, 175, 70) | color: rgb(163, 175, 70) | |
| CMYK | cmyk(7%, 0%, 60%, 31%) | — | |
| HSV | hsv(67, 60%, 69%) | — | |
| HWB | hwb(67 28% 31%) | color: hwb(67 28% 31%) | |
| OKLCH | oklch(0.7234 0.1299 115.2) | color: oklch(0.7234 0.1299 115.2) | |
| Lab | lab(68.67 -18.8 51.07) | color: lab(68.67 -18.8 51.07) | |
| LCH | lch(68.67 54.42 110.21) | color: lch(68.67 54.42 110.21) |
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)
#A8A85F — rgb(168, 168, 95)
Deuteranopia (Green-blind)
#A8A766 — rgb(168, 167, 102)
Tritanopia (Blue-blind)
#A47378 — rgb(164, 115, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 43%, 48%);
text
color: hsl(67, 43%, 48%);
border
border: 2px solid hsl(67, 43%, 48%);
gradient light
background: linear-gradient(to right, hsl(67, 43%, 68%), hsl(67, 43%, 48%));
gradient dark
background: linear-gradient(to right, hsl(67, 43%, 48%), hsl(67, 43%, 28%))
hex
background-color: #A3AF46;
tailwind
bg-[hsl(67,43%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 43%, 48%, 0.4);
css variable
--color-primary: hsl(67, 43%, 48%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 43%, 48%)?
HEX: #A3AF46 | RGB: rgb(163, 175, 70) | CMYK: 7%, 0%, 60%, 31% | HSV: 67°, 60%, 69%. Copy any format from the conversion table above.
What colors go well with #A3AF46?
The complementary color is HSL(247, 43%, 48%). 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, 43%, 48%) in CSS?
As HSL: color: hsl(67, 43%, 48%); — As HEX: color: #A3AF46; — As RGB: color: rgb(163, 175, 70); — Tailwind CSS: bg-[hsl(67,43%,48%)] — CSS variable: --color-primary: hsl(67, 43%, 48%);