HSL(145, 32%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(145,32%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(145, 32%, 75%) | color: hsl(145, 32%, 75%) | |
| HEX | #ABD4BC | color: #ABD4BC | |
| RGB | rgb(171, 212, 188) | color: rgb(171, 212, 188) | |
| CMYK | cmyk(19%, 0%, 11%, 17%) | — | |
| HSV | hsv(145, 19%, 83%) | — | |
| HWB | hwb(145 67% 17%) | color: hwb(145 67% 17%) | |
| OKLCH | oklch(0.8338 0.0546 159.28) | color: oklch(0.8338 0.0546 159.28) | |
| Lab | lab(81.5 -18.2 7.45) | color: lab(81.5 -18.2 7.45) | |
| LCH | lch(81.5 19.67 157.74) | color: lch(81.5 19.67 157.74) |
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)
#BDBDC2 — rgb(189, 189, 194)
Deuteranopia (Green-blind)
#BAB7C3 — rgb(186, 183, 195)
Tritanopia (Blue-blind)
#ADC6C7 — rgb(173, 198, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(145, 32%, 75%);
text
color: hsl(145, 32%, 75%);
border
border: 2px solid hsl(145, 32%, 75%);
gradient light
background: linear-gradient(to right, hsl(145, 32%, 95%), hsl(145, 32%, 75%));
gradient dark
background: linear-gradient(to right, hsl(145, 32%, 75%), hsl(145, 32%, 55%))
hex
background-color: #ABD4BC;
tailwind
bg-[hsl(145,32%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(145, 32%, 75%, 0.4);
css variable
--color-primary: hsl(145, 32%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(145, 32%, 75%)?
HEX: #ABD4BC | RGB: rgb(171, 212, 188) | CMYK: 19%, 0%, 11%, 17% | HSV: 145°, 19%, 83%. Copy any format from the conversion table above.
What colors go well with #ABD4BC?
The complementary color is HSL(325, 32%, 75%). For a triadic harmony, use hues 145°, 265°, and 25°. For analogous combinations, try hues 115° and 175°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(145, 32%, 75%) in CSS?
As HSL: color: hsl(145, 32%, 75%); — As HEX: color: #ABD4BC; — As RGB: color: rgb(171, 212, 188); — Tailwind CSS: bg-[hsl(145,32%,75%)] — CSS variable: --color-primary: hsl(145, 32%, 75%);