#aceeac
a light, vivid green · cool · closest name: aquamarine
RGB
172, 238, 172
HSL
120°, 66%, 80%
CMYK
28, 0, 28, 7
Luminance
0.7290
Every format
| HEX | #aceeac |
| RGB | rgb(172, 238, 172) |
| HSL | hsl(120, 66%, 80%) |
| CMYK | cmyk(28%, 0%, 28%, 7%) |
| LAB | lab(88.4 -33.3 25.5) |
| LCH | lch(88.4 41.9 142.5) |
| OKLCH | oklch(0.888 0.111 144.6) |
Copy-ready code
/* CSS */
color: #aceeac;
background-color: #aceeac;
/* Tailwind (arbitrary) */
class="text-[#aceeac] bg-[#aceeac]"
/* SCSS */
$brand: #aceeac;
/* SwiftUI */
Color(red: 0.675, green: 0.933, blue: 0.675)
/* Android */
Color.parseColor("#aceeac")Accessibility — WCAG contrast
Aa
#aceeac on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceeac on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.3%
Blue67.5%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow27.7%
Key (black)6.7%
Color previews
#aceeac text on a black background
contrast 15.58:1
Card sample
#aceeac text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceeac;
Background color
Panel with #aceeac background
background-color: #aceeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 238, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 238, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceeac; background: linear-gradient(135deg, #aceeac, #ACEED8);