HSL(138, 48%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(138,48%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 48%, 75%) | color: hsl(138, 48%, 75%) | |
| HEX | #A1DEB3 | color: #A1DEB3 | |
| RGB | rgb(161, 222, 179) | color: rgb(161, 222, 179) | |
| CMYK | cmyk(27%, 0%, 19%, 13%) | — | |
| HSV | hsv(138, 27%, 87%) | — | |
| HWB | hwb(138 64% 13%) | color: hwb(138 64% 13%) | |
| OKLCH | oklch(0.8475 0.0864 153.56) | color: oklch(0.8475 0.0864 153.56) | |
| Lab | lab(83.48 -28 14.95) | color: lab(83.48 -28 14.95) | |
| LCH | lch(83.48 31.74 151.9) | color: lch(83.48 31.74 151.9) |
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)
#BBBCBD — rgb(187, 188, 189)
Deuteranopia (Green-blind)
#B8B3C0 — rgb(184, 179, 192)
Tritanopia (Blue-blind)
#A4C6C7 — rgb(164, 198, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 48%, 75%);
text
color: hsl(138, 48%, 75%);
border
border: 2px solid hsl(138, 48%, 75%);
gradient light
background: linear-gradient(to right, hsl(138, 48%, 95%), hsl(138, 48%, 75%));
gradient dark
background: linear-gradient(to right, hsl(138, 48%, 75%), hsl(138, 48%, 55%))
hex
background-color: #A1DEB3;
tailwind
bg-[hsl(138,48%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 48%, 75%, 0.4);
css variable
--color-primary: hsl(138, 48%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(138, 48%, 75%)?
HEX: #A1DEB3 | RGB: rgb(161, 222, 179) | CMYK: 27%, 0%, 19%, 13% | HSV: 138°, 27%, 87%. Copy any format from the conversion table above.
What colors go well with #A1DEB3?
The complementary color is HSL(318, 48%, 75%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 48%, 75%) in CSS?
As HSL: color: hsl(138, 48%, 75%); — As HEX: color: #A1DEB3; — As RGB: color: rgb(161, 222, 179); — Tailwind CSS: bg-[hsl(138,48%,75%)] — CSS variable: --color-primary: hsl(138, 48%, 75%);