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