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