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