HSL(148, 35%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(148,35%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 35%, 55%) | color: hsl(148, 35%, 55%) | |
| HEX | #64B48A | color: #64B48A | |
| RGB | rgb(100, 180, 138) | color: rgb(100, 180, 138) | |
| CMYK | cmyk(44%, 0%, 23%, 29%) | — | |
| HSV | hsv(149, 44%, 71%) | — | |
| HWB | hwb(149 40% 29%) | color: hwb(149 40% 29%) | |
| OKLCH | oklch(0.7069 0.1012 159.39) | color: oklch(0.7069 0.1012 159.39) | |
| Lab | lab(67.42 -34.3 13.91) | color: lab(67.42 -34.3 13.91) | |
| LCH | lch(67.42 37.01 157.93) | color: lch(67.42 37.01 157.93) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#878794 — rgb(135, 135, 148)
Deuteranopia (Green-blind)
#827C97 — rgb(130, 124, 151)
Tritanopia (Blue-blind)
#689C9E — rgb(104, 156, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 35%, 55%);
text
color: hsl(148, 35%, 55%);
border
border: 2px solid hsl(148, 35%, 55%);
gradient light
background: linear-gradient(to right, hsl(148, 35%, 75%), hsl(148, 35%, 55%));
gradient dark
background: linear-gradient(to right, hsl(148, 35%, 55%), hsl(148, 35%, 35%))
hex
background-color: #64B48A;
tailwind
bg-[hsl(148,35%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 35%, 55%, 0.4);
css variable
--color-primary: hsl(148, 35%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(148, 35%, 55%)?
HEX: #64B48A | RGB: rgb(100, 180, 138) | CMYK: 44%, 0%, 23%, 29% | HSV: 149°, 44%, 71%. Copy any format from the conversion table above.
What colors go well with #64B48A?
The complementary color is HSL(328, 35%, 55%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 35%, 55%) in CSS?
As HSL: color: hsl(148, 35%, 55%); — As HEX: color: #64B48A; — As RGB: color: rgb(100, 180, 138); — Tailwind CSS: bg-[hsl(148,35%,55%)] — CSS variable: --color-primary: hsl(148, 35%, 55%);