#acebc9
a light, vivid green · cool · closest name: aquamarine
RGB
172, 235, 201
HSL
148°, 61%, 80%
CMYK
27, 0, 15, 8
Luminance
0.7240
Every format
| HEX | #acebc9 |
| RGB | rgb(172, 235, 201) |
| HSL | hsl(148, 61%, 80%) |
| CMYK | cmyk(27%, 0%, 15%, 8%) |
| LAB | lab(88.2 -26.7 10.2) |
| LCH | lch(88.2 28.6 159.2) |
| OKLCH | oklch(0.888 0.079 160.7) |
Copy-ready code
/* CSS */
color: #acebc9;
background-color: #acebc9;
/* Tailwind (arbitrary) */
class="text-[#acebc9] bg-[#acebc9]"
/* SCSS */
$brand: #acebc9;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#acebc9")Accessibility — WCAG contrast
Aa
#acebc9 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acebc9 on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue78.8%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#acebc9 text on a black background
contrast 15.48:1
Card sample
#acebc9 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acebc9;
Background color
Panel with #acebc9 background
background-color: #acebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acebc9; background: linear-gradient(135deg, #acebc9, #ACE3EB);