#acecc7
a light, vivid green · cool · closest name: aquamarine
RGB
172, 236, 199
HSL
145°, 63%, 80%
CMYK
27, 0, 16, 8
Luminance
0.7289
Every format
| HEX | #acecc7 |
| RGB | rgb(172, 236, 199) |
| HSL | hsl(145, 63%, 80%) |
| CMYK | cmyk(27%, 0%, 16%, 8%) |
| LAB | lab(88.4 -27.5 11.5) |
| LCH | lch(88.4 29.9 157.3) |
| OKLCH | oklch(0.890 0.082 158.8) |
Copy-ready code
/* CSS */
color: #acecc7;
background-color: #acecc7;
/* Tailwind (arbitrary) */
class="text-[#acecc7] bg-[#acecc7]"
/* SCSS */
$brand: #acecc7;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.780)
/* Android */
Color.parseColor("#acecc7")Accessibility — WCAG contrast
Aa
#acecc7 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acecc7 on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue78.0%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow15.7%
Key (black)7.5%
Color previews
#acecc7 text on a black background
contrast 15.58:1
Card sample
#acecc7 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acecc7;
Background color
Panel with #acecc7 background
background-color: #acecc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acecc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acecc7; background: linear-gradient(135deg, #acecc7, #ACE6EC);