#acfdc6
a light, electric green · cool · closest name: aquamarine
RGB
172, 253, 198
HSL
139°, 95%, 83%
CMYK
32, 0, 22, 1
Luminance
0.8310
Every format
| HEX | #acfdc6 |
| RGB | rgb(172, 253, 198) |
| HSL | hsl(139, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 22%, 1%) |
| LAB | lab(93.1 -35.7 18.6) |
| LCH | lch(93.1 40.2 152.4) |
| OKLCH | oklch(0.927 0.109 154.1) |
Copy-ready code
/* CSS */
color: #acfdc6;
background-color: #acfdc6;
/* Tailwind (arbitrary) */
class="text-[#acfdc6] bg-[#acfdc6]"
/* SCSS */
$brand: #acfdc6;
/* SwiftUI */
Color(red: 0.675, green: 0.992, blue: 0.776)
/* Android */
Color.parseColor("#acfdc6")Accessibility — WCAG contrast
Aa
#acfdc6 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfdc6 on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.2%
Blue77.6%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow21.7%
Key (black)0.8%
Color previews
#acfdc6 text on a black background
contrast 17.62:1
Card sample
#acfdc6 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfdc6;
Background color
Panel with #acfdc6 background
background-color: #acfdc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfdc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 253, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 253, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfdc6; background: linear-gradient(135deg, #acfdc6, #ACFDFC);