HSL(142, 75%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,75%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 75%, 82%) | color: hsl(142, 75%, 82%) | |
| HEX | #AFF4C8 | color: #AFF4C8 | |
| RGB | rgb(175, 244, 200) | color: rgb(175, 244, 200) | |
| CMYK | cmyk(28%, 0%, 18%, 4%) | — | |
| HSV | hsv(142, 28%, 96%) | — | |
| HWB | hwb(142 69% 4%) | color: hwb(142 69% 4%) | |
| OKLCH | oklch(0.9096 0.0917 156.12) | color: oklch(0.9096 0.0917 156.12) | |
| Lab | lab(90.77 -30.23 14.4) | color: lab(90.77 -30.23 14.4) | |
| LCH | lch(90.77 33.48 154.53) | color: lch(90.77 33.48 154.53) |
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)
#CDCDD3 — rgb(205, 205, 211)
Deuteranopia (Green-blind)
#C9C4D5 — rgb(201, 196, 213)
Tritanopia (Blue-blind)
#B2DBDD — rgb(178, 219, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 75%, 82%);
text
color: hsl(142, 75%, 82%);
border
border: 2px solid hsl(142, 75%, 82%);
gradient light
background: linear-gradient(to right, hsl(142, 75%, 100%), hsl(142, 75%, 82%));
gradient dark
background: linear-gradient(to right, hsl(142, 75%, 82%), hsl(142, 75%, 62%))
hex
background-color: #AFF4C8;
tailwind
bg-[hsl(142,75%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 75%, 82%, 0.4);
css variable
--color-primary: hsl(142, 75%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 75%, 82%)?
HEX: #AFF4C8 | RGB: rgb(175, 244, 200) | CMYK: 28%, 0%, 18%, 4% | HSV: 142°, 28%, 96%. Copy any format from the conversion table above.
What colors go well with #AFF4C8?
The complementary color is HSL(322, 75%, 82%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 75%, 82%) in CSS?
As HSL: color: hsl(142, 75%, 82%); — As HEX: color: #AFF4C8; — As RGB: color: rgb(175, 244, 200); — Tailwind CSS: bg-[hsl(142,75%,82%)] — CSS variable: --color-primary: hsl(142, 75%, 82%);