#acffca
a light, electric green · cool · closest name: aquamarine
RGB
172, 255, 202
HSL
142°, 100%, 84%
CMYK
33, 0, 21, 0
Luminance
0.8455
Every format
| HEX | #acffca |
| RGB | rgb(172, 255, 202) |
| HSL | hsl(142, 100%, 84%) |
| CMYK | cmyk(33%, 0%, 21%, 0%) |
| LAB | lab(93.7 -35.9 17.5) |
| LCH | lch(93.7 39.9 154.0) |
| OKLCH | oklch(0.933 0.109 155.7) |
Copy-ready code
/* CSS */
color: #acffca;
background-color: #acffca;
/* Tailwind (arbitrary) */
class="text-[#acffca] bg-[#acffca]"
/* SCSS */
$brand: #acffca;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.792)
/* Android */
Color.parseColor("#acffca")Accessibility — WCAG contrast
Aa
#acffca on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acffca on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue79.2%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow20.8%
Key (black)0.0%
Color previews
#acffca text on a black background
contrast 17.91:1
Card sample
#acffca text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acffca;
Background color
Panel with #acffca background
background-color: #acffca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acffca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acffca; background: linear-gradient(135deg, #acffca, #ACFDFF);