HSL(95, 70%, 46%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(95,70%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 70%, 46%) | color: hsl(95, 70%, 46%) | |
| HEX | #68C723 | color: #68C723 | |
| RGB | rgb(104, 199, 35) | color: rgb(104, 199, 35) | |
| CMYK | cmyk(48%, 0%, 82%, 22%) | — | |
| HSV | hsv(95, 82%, 78%) | — | |
| HWB | hwb(95 14% 22%) | color: hwb(95 14% 22%) | |
| OKLCH | oklch(0.7423 0.2085 135.95) | color: oklch(0.7423 0.2085 135.95) | |
| Lab | lab(72.17 -53.66 65.96) | color: lab(72.17 -53.66 65.96) | |
| LCH | lch(72.17 85.03 129.13) | color: lch(72.17 85.03 129.13) |
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)
#91924B — rgb(145, 146, 75)
Deuteranopia (Green-blind)
#8C8554 — rgb(140, 133, 84)
Tritanopia (Blue-blind)
#6D6A71 — rgb(109, 106, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 70%, 46%);
text
color: hsl(95, 70%, 46%);
border
border: 2px solid hsl(95, 70%, 46%);
gradient light
background: linear-gradient(to right, hsl(95, 70%, 66%), hsl(95, 70%, 46%));
gradient dark
background: linear-gradient(to right, hsl(95, 70%, 46%), hsl(95, 70%, 26%))
hex
background-color: #68C723;
tailwind
bg-[hsl(95,70%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 70%, 46%, 0.4);
css variable
--color-primary: hsl(95, 70%, 46%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(95, 70%, 46%)?
HEX: #68C723 | RGB: rgb(104, 199, 35) | CMYK: 48%, 0%, 82%, 22% | HSV: 95°, 82%, 78%. Copy any format from the conversion table above.
What colors go well with #68C723?
The complementary color is HSL(275, 70%, 46%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(95, 70%, 46%) in CSS?
As HSL: color: hsl(95, 70%, 46%); — As HEX: color: #68C723; — As RGB: color: rgb(104, 199, 35); — Tailwind CSS: bg-[hsl(95,70%,46%)] — CSS variable: --color-primary: hsl(95, 70%, 46%);