HSL(147, 23%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,23%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 23%, 35%) | color: hsl(147, 23%, 35%) | |
| HEX | #456E57 | color: #456E57 | |
| RGB | rgb(69, 110, 87) | color: rgb(69, 110, 87) | |
| CMYK | cmyk(37%, 0%, 21%, 57%) | — | |
| HSV | hsv(146, 37%, 43%) | — | |
| HWB | hwb(146 27% 57%) | color: hwb(146 27% 57%) | |
| OKLCH | oklch(0.5008 0.0592 158.75) | color: oklch(0.5008 0.0592 158.75) | |
| Lab | lab(42.92 -19.91 8.35) | color: lab(42.92 -19.91 8.35) | |
| LCH | lch(42.92 21.59 157.25) | color: lch(42.92 21.59 157.25) |
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)
#57575D — rgb(87, 87, 93)
Deuteranopia (Green-blind)
#54515E — rgb(84, 81, 94)
Tritanopia (Blue-blind)
#476162 — rgb(71, 97, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 23%, 35%);
text
color: hsl(147, 23%, 35%);
border
border: 2px solid hsl(147, 23%, 35%);
gradient light
background: linear-gradient(to right, hsl(147, 23%, 55%), hsl(147, 23%, 35%));
gradient dark
background: linear-gradient(to right, hsl(147, 23%, 35%), hsl(147, 23%, 15%))
hex
background-color: #456E57;
tailwind
bg-[hsl(147,23%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 23%, 35%, 0.4);
css variable
--color-primary: hsl(147, 23%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 23%, 35%)?
HEX: #456E57 | RGB: rgb(69, 110, 87) | CMYK: 37%, 0%, 21%, 57% | HSV: 146°, 37%, 43%. Copy any format from the conversion table above.
What colors go well with #456E57?
The complementary color is HSL(327, 23%, 35%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 23%, 35%) in CSS?
As HSL: color: hsl(147, 23%, 35%); — As HEX: color: #456E57; — As RGB: color: rgb(69, 110, 87); — Tailwind CSS: bg-[hsl(147,23%,35%)] — CSS variable: --color-primary: hsl(147, 23%, 35%);