HSL(123, 30%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(123,30%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(123, 30%, 75%) | color: hsl(123, 30%, 75%) | |
| HEX | #ACD2AE | color: #ACD2AE | |
| RGB | rgb(172, 210, 174) | color: rgb(172, 210, 174) | |
| CMYK | cmyk(18%, 0%, 17%, 18%) | — | |
| HSV | hsv(123, 18%, 82%) | — | |
| HWB | hwb(123 67% 18%) | color: hwb(123 67% 18%) | |
| OKLCH | oklch(0.8265 0.064 146.36) | color: oklch(0.8265 0.064 146.36) | |
| Lab | lab(80.69 -19.45 13.76) | color: lab(80.69 -19.45 13.76) | |
| LCH | lch(80.69 23.83 144.72) | color: lch(80.69 23.83 144.72) |
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)
#BCBDB7 — rgb(188, 189, 183)
Deuteranopia (Green-blind)
#BAB7B9 — rgb(186, 183, 185)
Tritanopia (Blue-blind)
#AEBEBF — rgb(174, 190, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(123, 30%, 75%);
text
color: hsl(123, 30%, 75%);
border
border: 2px solid hsl(123, 30%, 75%);
gradient light
background: linear-gradient(to right, hsl(123, 30%, 95%), hsl(123, 30%, 75%));
gradient dark
background: linear-gradient(to right, hsl(123, 30%, 75%), hsl(123, 30%, 55%))
hex
background-color: #ACD2AE;
tailwind
bg-[hsl(123,30%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(123, 30%, 75%, 0.4);
css variable
--color-primary: hsl(123, 30%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(123, 30%, 75%)?
HEX: #ACD2AE | RGB: rgb(172, 210, 174) | CMYK: 18%, 0%, 17%, 18% | HSV: 123°, 18%, 82%. Copy any format from the conversion table above.
What colors go well with #ACD2AE?
The complementary color is HSL(303, 30%, 75%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(123, 30%, 75%) in CSS?
As HSL: color: hsl(123, 30%, 75%); — As HEX: color: #ACD2AE; — As RGB: color: rgb(172, 210, 174); — Tailwind CSS: bg-[hsl(123,30%,75%)] — CSS variable: --color-primary: hsl(123, 30%, 75%);