HSL(103, 21%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(103,21%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 21%, 23%) | color: hsl(103, 21%, 23%) | |
| HEX | #35472E | color: #35472E | |
| RGB | rgb(53, 71, 46) | color: rgb(53, 71, 46) | |
| CMYK | cmyk(25%, 0%, 35%, 72%) | — | |
| HSV | hsv(103, 35%, 28%) | — | |
| HWB | hwb(103 18% 72%) | color: hwb(103 18% 72%) | |
| OKLCH | oklch(0.3749 0.0472 137.16) | color: oklch(0.3749 0.0472 137.16) | |
| Lab | lab(28.01 -12.72 12.8) | color: lab(28.01 -12.72 12.8) | |
| LCH | lch(28.01 18.05 134.82) | color: lch(28.01 18.05 134.82) |
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)
#3D3D34 — rgb(61, 61, 52)
Deuteranopia (Green-blind)
#3C3A36 — rgb(60, 58, 54)
Tritanopia (Blue-blind)
#36393A — rgb(54, 57, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 21%, 23%);
text
color: hsl(103, 21%, 23%);
border
border: 2px solid hsl(103, 21%, 23%);
gradient light
background: linear-gradient(to right, hsl(103, 21%, 43%), hsl(103, 21%, 23%));
gradient dark
background: linear-gradient(to right, hsl(103, 21%, 23%), hsl(103, 21%, 3%))
hex
background-color: #35472E;
tailwind
bg-[hsl(103,21%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 21%, 23%, 0.4);
css variable
--color-primary: hsl(103, 21%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(103, 21%, 23%)?
HEX: #35472E | RGB: rgb(53, 71, 46) | CMYK: 25%, 0%, 35%, 72% | HSV: 103°, 35%, 28%. Copy any format from the conversion table above.
What colors go well with #35472E?
The complementary color is HSL(283, 21%, 23%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(103, 21%, 23%) in CSS?
As HSL: color: hsl(103, 21%, 23%); — As HEX: color: #35472E; — As RGB: color: rgb(53, 71, 46); — Tailwind CSS: bg-[hsl(103,21%,23%)] — CSS variable: --color-primary: hsl(103, 21%, 23%);