#acfcda
a light, electric green · cool · closest name: aquamarine
RGB
172, 252, 218
HSL
155°, 93%, 83%
CMYK
32, 0, 14, 1
Luminance
0.8345
Every format
| HEX | #acfcda |
| RGB | rgb(172, 252, 218) |
| HSL | hsl(155, 93%, 83%) |
| CMYK | cmyk(32%, 0%, 14%, 1%) |
| LAB | lab(93.2 -31.4 8.6) |
| LCH | lch(93.2 32.6 164.8) |
| OKLCH | oklch(0.930 0.091 166.0) |
Copy-ready code
/* CSS */
color: #acfcda;
background-color: #acfcda;
/* Tailwind (arbitrary) */
class="text-[#acfcda] bg-[#acfcda]"
/* SCSS */
$brand: #acfcda;
/* SwiftUI */
Color(red: 0.675, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#acfcda")Accessibility — WCAG contrast
Aa
#acfcda on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfcda on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.8%
Blue85.5%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#acfcda text on a black background
contrast 17.69:1
Card sample
#acfcda text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfcda;
Background color
Panel with #acfcda background
background-color: #acfcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfcda; background: linear-gradient(135deg, #acfcda, #ACE9FC);