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