#aceca2
a light, vivid green · cool · closest name: aquamarine
RGB
172, 236, 162
HSL
112°, 66%, 78%
CMYK
27, 0, 31, 8
Luminance
0.7137
Every format
| HEX | #aceca2 |
| RGB | rgb(172, 236, 162) |
| HSL | hsl(112, 66%, 78%) |
| CMYK | cmyk(27%, 0%, 31%, 8%) |
| LAB | lab(87.7 -33.9 29.6) |
| LCH | lch(87.7 45.0 138.9) |
| OKLCH | oklch(0.882 0.119 141.2) |
Copy-ready code
/* CSS */
color: #aceca2;
background-color: #aceca2;
/* Tailwind (arbitrary) */
class="text-[#aceca2] bg-[#aceca2]"
/* SCSS */
$brand: #aceca2;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.635)
/* Android */
Color.parseColor("#aceca2")Accessibility — WCAG contrast
Aa
#aceca2 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceca2 on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue63.5%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow31.4%
Key (black)7.5%
Color previews
#aceca2 text on a black background
contrast 15.27:1
Card sample
#aceca2 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceca2;
Background color
Panel with #aceca2 background
background-color: #aceca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceca2; background: linear-gradient(135deg, #aceca2, #A2ECC9);