#acffe6
a light, electric cyan · cool · closest name: aquamarine
RGB
172, 255, 230
HSL
162°, 100%, 84%
CMYK
33, 0, 10, 0
Luminance
0.8600
Every format
| HEX | #acffe6 |
| RGB | rgb(172, 255, 230) |
| HSL | hsl(162, 100%, 84%) |
| CMYK | cmyk(33%, 0%, 10%, 0%) |
| LAB | lab(94.3 -30.4 4.0) |
| LCH | lch(94.3 30.6 172.6) |
| OKLCH | oklch(0.940 0.088 173.5) |
Copy-ready code
/* CSS */
color: #acffe6;
background-color: #acffe6;
/* Tailwind (arbitrary) */
class="text-[#acffe6] bg-[#acffe6]"
/* SCSS */
$brand: #acffe6;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.902)
/* Android */
Color.parseColor("#acffe6")Accessibility — WCAG contrast
Aa
#acffe6 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acffe6 on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue90.2%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow9.8%
Key (black)0.0%
Color previews
#acffe6 text on a black background
contrast 18.20:1
Card sample
#acffe6 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acffe6;
Background color
Panel with #acffe6 background
background-color: #acffe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acffe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acffe6; background: linear-gradient(135deg, #acffe6, #ACE1FF);