#acfcd2
a light, electric green · cool · closest name: aquamarine
RGB
172, 252, 210
HSL
149°, 93%, 83%
CMYK
32, 0, 17, 1
Luminance
0.8304
Every format
| HEX | #acfcd2 |
| RGB | rgb(172, 252, 210) |
| HSL | hsl(149, 93%, 83%) |
| CMYK | cmyk(32%, 0%, 17%, 1%) |
| LAB | lab(93.0 -33.0 12.4) |
| LCH | lch(93.0 35.2 159.3) |
| OKLCH | oklch(0.928 0.097 160.8) |
Copy-ready code
/* CSS */
color: #acfcd2;
background-color: #acfcd2;
/* Tailwind (arbitrary) */
class="text-[#acfcd2] bg-[#acfcd2]"
/* SCSS */
$brand: #acfcd2;
/* SwiftUI */
Color(red: 0.675, green: 0.988, blue: 0.824)
/* Android */
Color.parseColor("#acfcd2")Accessibility — WCAG contrast
Aa
#acfcd2 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfcd2 on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.8%
Blue82.4%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow16.7%
Key (black)1.2%
Color previews
#acfcd2 text on a black background
contrast 17.61:1
Card sample
#acfcd2 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfcd2;
Background color
Panel with #acfcd2 background
background-color: #acfcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 252, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 252, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfcd2; background: linear-gradient(135deg, #acfcd2, #ACF1FC);