HSL(125, 10%, 23%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(125,10%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 10%, 23%) | color: hsl(125, 10%, 23%) | |
| HEX | #354136 | color: #354136 | |
| RGB | rgb(53, 65, 54) | color: rgb(53, 65, 54) | |
| CMYK | cmyk(18%, 0%, 17%, 75%) | — | |
| HSV | hsv(125, 18%, 25%) | — | |
| HWB | hwb(125 21% 75%) | color: hwb(125 21% 75%) | |
| OKLCH | oklch(0.3608 0.0245 147.32) | color: oklch(0.3608 0.0245 147.32) | |
| Lab | lab(26.17 -7.49 5.1) | color: lab(26.17 -7.49 5.1) | |
| LCH | lch(26.17 9.06 145.75) | color: lch(26.17 9.06 145.75) |
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)
#3A3A39 — rgb(58, 58, 57)
Deuteranopia (Green-blind)
#3A3939 — rgb(58, 57, 57)
Tritanopia (Blue-blind)
#363B3B — rgb(54, 59, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 10%, 23%);
text
color: hsl(125, 10%, 23%);
border
border: 2px solid hsl(125, 10%, 23%);
gradient light
background: linear-gradient(to right, hsl(125, 10%, 43%), hsl(125, 10%, 23%));
gradient dark
background: linear-gradient(to right, hsl(125, 10%, 23%), hsl(125, 10%, 3%))
hex
background-color: #354136;
tailwind
bg-[hsl(125,10%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 10%, 23%, 0.4);
css variable
--color-primary: hsl(125, 10%, 23%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(125, 10%, 23%)?
HEX: #354136 | RGB: rgb(53, 65, 54) | CMYK: 18%, 0%, 17%, 75% | HSV: 125°, 18%, 25%. Copy any format from the conversion table above.
What colors go well with #354136?
The complementary color is HSL(305, 10%, 23%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 10%, 23%) in CSS?
As HSL: color: hsl(125, 10%, 23%); — As HEX: color: #354136; — As RGB: color: rgb(53, 65, 54); — Tailwind CSS: bg-[hsl(125,10%,23%)] — CSS variable: --color-primary: hsl(125, 10%, 23%);