HSL(140, 48%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(140,48%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(140, 48%, 75%) | color: hsl(140, 48%, 75%) | |
| HEX | #A1DEB5 | color: #A1DEB5 | |
| RGB | rgb(161, 222, 181) | color: rgb(161, 222, 181) | |
| CMYK | cmyk(27%, 0%, 18%, 13%) | — | |
| HSV | hsv(140, 27%, 87%) | — | |
| HWB | hwb(140 64% 13%) | color: hwb(140 64% 13%) | |
| OKLCH | oklch(0.848 0.0845 154.82) | color: oklch(0.848 0.0845 154.82) | |
| Lab | lab(83.52 -27.63 13.96) | color: lab(83.52 -27.63 13.96) | |
| LCH | lch(83.52 30.96 153.19) | color: lch(83.52 30.96 153.19) |
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)
#BBBCBF — rgb(187, 188, 191)
Deuteranopia (Green-blind)
#B8B3C1 — rgb(184, 179, 193)
Tritanopia (Blue-blind)
#A4C7C8 — rgb(164, 199, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(140, 48%, 75%);
text
color: hsl(140, 48%, 75%);
border
border: 2px solid hsl(140, 48%, 75%);
gradient light
background: linear-gradient(to right, hsl(140, 48%, 95%), hsl(140, 48%, 75%));
gradient dark
background: linear-gradient(to right, hsl(140, 48%, 75%), hsl(140, 48%, 55%))
hex
background-color: #A1DEB5;
tailwind
bg-[hsl(140,48%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(140, 48%, 75%, 0.4);
css variable
--color-primary: hsl(140, 48%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(140, 48%, 75%)?
HEX: #A1DEB5 | RGB: rgb(161, 222, 181) | CMYK: 27%, 0%, 18%, 13% | HSV: 140°, 27%, 87%. Copy any format from the conversion table above.
What colors go well with #A1DEB5?
The complementary color is HSL(320, 48%, 75%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(140, 48%, 75%) in CSS?
As HSL: color: hsl(140, 48%, 75%); — As HEX: color: #A1DEB5; — As RGB: color: rgb(161, 222, 181); — Tailwind CSS: bg-[hsl(140,48%,75%)] — CSS variable: --color-primary: hsl(140, 48%, 75%);