HSL(68, 27%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,27%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 27%, 23%) | color: hsl(68, 27%, 23%) | |
| HEX | #464A2B | color: #464A2B | |
| RGB | rgb(70, 74, 43) | color: rgb(70, 74, 43) | |
| CMYK | cmyk(5%, 0%, 42%, 71%) | — | |
| HSV | hsv(68, 42%, 29%) | — | |
| HWB | hwb(68 17% 71%) | color: hwb(68 17% 71%) | |
| OKLCH | oklch(0.3969 0.0485 114.64) | color: oklch(0.3969 0.0485 114.64) | |
| Lab | lab(30.34 -7.39 17.98) | color: lab(30.34 -7.39 17.98) | |
| LCH | lch(30.34 19.44 112.34) | color: lch(30.34 19.44 112.34) |
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)
#484833 — rgb(72, 72, 51)
Deuteranopia (Green-blind)
#484734 — rgb(72, 71, 52)
Tritanopia (Blue-blind)
#46383A — rgb(70, 56, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 27%, 23%);
text
color: hsl(68, 27%, 23%);
border
border: 2px solid hsl(68, 27%, 23%);
gradient light
background: linear-gradient(to right, hsl(68, 27%, 43%), hsl(68, 27%, 23%));
gradient dark
background: linear-gradient(to right, hsl(68, 27%, 23%), hsl(68, 27%, 3%))
hex
background-color: #464A2B;
tailwind
bg-[hsl(68,27%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 27%, 23%, 0.4);
css variable
--color-primary: hsl(68, 27%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 27%, 23%)?
HEX: #464A2B | RGB: rgb(70, 74, 43) | CMYK: 5%, 0%, 42%, 71% | HSV: 68°, 42%, 29%. Copy any format from the conversion table above.
What colors go well with #464A2B?
The complementary color is HSL(248, 27%, 23%). 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, 27%, 23%) in CSS?
As HSL: color: hsl(68, 27%, 23%); — As HEX: color: #464A2B; — As RGB: color: rgb(70, 74, 43); — Tailwind CSS: bg-[hsl(68,27%,23%)] — CSS variable: --color-primary: hsl(68, 27%, 23%);