#acffe3
a light, electric green · cool · closest name: aquamarine
RGB
172, 255, 227
HSL
160°, 100%, 84%
CMYK
33, 0, 11, 0
Luminance
0.8584
Every format
| HEX | #acffe3 |
| RGB | rgb(172, 255, 227) |
| HSL | hsl(160, 100%, 84%) |
| CMYK | cmyk(33%, 0%, 11%, 0%) |
| LAB | lab(94.2 -31.0 5.4) |
| LCH | lch(94.2 31.5 170.1) |
| OKLCH | oklch(0.939 0.090 171.1) |
Copy-ready code
/* CSS */
color: #acffe3;
background-color: #acffe3;
/* Tailwind (arbitrary) */
class="text-[#acffe3] bg-[#acffe3]"
/* SCSS */
$brand: #acffe3;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.890)
/* Android */
Color.parseColor("#acffe3")Accessibility — WCAG contrast
Aa
#acffe3 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acffe3 on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue89.0%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow11.0%
Key (black)0.0%
Color previews
#acffe3 text on a black background
contrast 18.17:1
Card sample
#acffe3 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acffe3;
Background color
Panel with #acffe3 background
background-color: #acffe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acffe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acffe3; background: linear-gradient(135deg, #acffe3, #ACE4FF);