HSL(94, 90%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,90%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 90%, 23%) | color: hsl(94, 90%, 23%) | |
| HEX | #346F06 | color: #346F06 | |
| RGB | rgb(52, 111, 6) | color: rgb(52, 111, 6) | |
| CMYK | cmyk(53%, 0%, 95%, 56%) | — | |
| HSV | hsv(94, 95%, 44%) | — | |
| HWB | hwb(94 2% 56%) | color: hwb(94 2% 56%) | |
| OKLCH | oklch(0.4827 0.1411 136.24) | color: oklch(0.4827 0.1411 136.24) | |
| Lab | lab(41.39 -36.48 45.03) | color: lab(41.39 -36.48 45.03) | |
| LCH | lch(41.39 57.95 129.01) | color: lch(41.39 57.95 129.01) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#4E4E1F — rgb(78, 78, 31)
Deuteranopia (Green-blind)
#4A4626 — rgb(74, 70, 38)
Tritanopia (Blue-blind)
#373338 — rgb(55, 51, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 90%, 23%);
text
color: hsl(94, 90%, 23%);
border
border: 2px solid hsl(94, 90%, 23%);
gradient light
background: linear-gradient(to right, hsl(94, 90%, 43%), hsl(94, 90%, 23%));
gradient dark
background: linear-gradient(to right, hsl(94, 90%, 23%), hsl(94, 90%, 3%))
hex
background-color: #346F06;
tailwind
bg-[hsl(94,90%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 90%, 23%, 0.4);
css variable
--color-primary: hsl(94, 90%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(94, 90%, 23%)?
HEX: #346F06 | RGB: rgb(52, 111, 6) | CMYK: 53%, 0%, 95%, 56% | HSV: 94°, 95%, 44%. Copy any format from the conversion table above.
What colors go well with #346F06?
The complementary color is HSL(274, 90%, 23%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 90%, 23%) in CSS?
As HSL: color: hsl(94, 90%, 23%); — As HEX: color: #346F06; — As RGB: color: rgb(52, 111, 6); — Tailwind CSS: bg-[hsl(94,90%,23%)] — CSS variable: --color-primary: hsl(94, 90%, 23%);