#acf1dc
a light, vivid cyan · cool · closest name: aquamarine
RGB
172, 241, 220
HSL
162°, 71%, 81%
CMYK
29, 0, 9, 6
Luminance
0.7685
Every format
| HEX | #acf1dc |
| RGB | rgb(172, 241, 220) |
| HSL | hsl(162, 71%, 81%) |
| CMYK | cmyk(29%, 0%, 9%, 6%) |
| LAB | lab(90.3 -25.8 3.3) |
| LCH | lch(90.3 26.0 172.8) |
| OKLCH | oklch(0.906 0.075 173.7) |
Copy-ready code
/* CSS */
color: #acf1dc;
background-color: #acf1dc;
/* Tailwind (arbitrary) */
class="text-[#acf1dc] bg-[#acf1dc]"
/* SCSS */
$brand: #acf1dc;
/* SwiftUI */
Color(red: 0.675, green: 0.945, blue: 0.863)
/* Android */
Color.parseColor("#acf1dc")Accessibility — WCAG contrast
Aa
#acf1dc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf1dc on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.5%
Blue86.3%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow8.7%
Key (black)5.5%
Color previews
#acf1dc text on a black background
contrast 16.37:1
Card sample
#acf1dc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf1dc;
Background color
Panel with #acf1dc background
background-color: #acf1dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf1dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 241, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 241, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf1dc; background: linear-gradient(135deg, #acf1dc, #ACD8F1);