HSL(125, 30%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(125,30%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 30%, 76%) | color: hsl(125, 30%, 76%) | |
| HEX | #AFD4B3 | color: #AFD4B3 | |
| RGB | rgb(175, 212, 179) | color: rgb(175, 212, 179) | |
| CMYK | cmyk(17%, 0%, 16%, 17%) | — | |
| HSV | hsv(126, 17%, 83%) | — | |
| HWB | hwb(126 69% 17%) | color: hwb(126 69% 17%) | |
| OKLCH | oklch(0.8341 0.0601 147.99) | color: oklch(0.8341 0.0601 147.99) | |
| Lab | lab(81.54 -18.54 12.33) | color: lab(81.54 -18.54 12.33) | |
| LCH | lch(81.54 22.27 146.37) | color: lch(81.54 22.27 146.37) |
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)
#BFBFBB — rgb(191, 191, 187)
Deuteranopia (Green-blind)
#BDBABD — rgb(189, 186, 189)
Tritanopia (Blue-blind)
#B1C1C3 — rgb(177, 193, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 30%, 76%);
text
color: hsl(125, 30%, 76%);
border
border: 2px solid hsl(125, 30%, 76%);
gradient light
background: linear-gradient(to right, hsl(125, 30%, 96%), hsl(125, 30%, 76%));
gradient dark
background: linear-gradient(to right, hsl(125, 30%, 76%), hsl(125, 30%, 56%))
hex
background-color: #AFD4B3;
tailwind
bg-[hsl(125,30%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 30%, 76%, 0.4);
css variable
--color-primary: hsl(125, 30%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(125, 30%, 76%)?
HEX: #AFD4B3 | RGB: rgb(175, 212, 179) | CMYK: 17%, 0%, 16%, 17% | HSV: 126°, 17%, 83%. Copy any format from the conversion table above.
What colors go well with #AFD4B3?
The complementary color is HSL(305, 30%, 76%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 30%, 76%) in CSS?
As HSL: color: hsl(125, 30%, 76%); — As HEX: color: #AFD4B3; — As RGB: color: rgb(175, 212, 179); — Tailwind CSS: bg-[hsl(125,30%,76%)] — CSS variable: --color-primary: hsl(125, 30%, 76%);