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