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