#acf1ce
a light, vivid green · cool · closest name: aquamarine
RGB
172, 241, 206
HSL
150°, 71%, 81%
CMYK
29, 0, 15, 6
Luminance
0.7614
Every format
| HEX | #acf1ce |
| RGB | rgb(172, 241, 206) |
| HSL | hsl(150, 71%, 81%) |
| CMYK | cmyk(29%, 0%, 15%, 6%) |
| LAB | lab(89.9 -28.6 10.1) |
| LCH | lch(89.9 30.3 160.6) |
| OKLCH | oklch(0.903 0.084 162.0) |
Copy-ready code
/* CSS */
color: #acf1ce;
background-color: #acf1ce;
/* Tailwind (arbitrary) */
class="text-[#acf1ce] bg-[#acf1ce]"
/* SCSS */
$brand: #acf1ce;
/* SwiftUI */
Color(red: 0.675, green: 0.945, blue: 0.808)
/* Android */
Color.parseColor("#acf1ce")Accessibility — WCAG contrast
Aa
#acf1ce on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf1ce on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.5%
Blue80.8%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow14.5%
Key (black)5.5%
Color previews
#acf1ce text on a black background
contrast 16.23:1
Card sample
#acf1ce text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf1ce;
Background color
Panel with #acf1ce background
background-color: #acf1ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf1ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 241, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 241, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf1ce; background: linear-gradient(135deg, #acf1ce, #ACE6F1);