#acfdee
a light, electric cyan · cool · closest name: aquamarine
RGB
172, 253, 238
HSL
169°, 95%, 83%
CMYK
32, 0, 6, 1
Luminance
0.8519
Every format
| HEX | #acfdee |
| RGB | rgb(172, 253, 238) |
| HSL | hsl(169, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 6%, 1%) |
| LAB | lab(94.0 -27.8 -0.7) |
| LCH | lch(94.0 27.8 181.4) |
| OKLCH | oklch(0.938 0.082 181.6) |
Copy-ready code
/* CSS */
color: #acfdee;
background-color: #acfdee;
/* Tailwind (arbitrary) */
class="text-[#acfdee] bg-[#acfdee]"
/* SCSS */
$brand: #acfdee;
/* SwiftUI */
Color(red: 0.675, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#acfdee")Accessibility — WCAG contrast
Aa
#acfdee on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfdee on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.2%
Blue93.3%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#acfdee text on a black background
contrast 18.04:1
Card sample
#acfdee text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfdee;
Background color
Panel with #acfdee background
background-color: #acfdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfdee; background: linear-gradient(135deg, #acfdee, #ACD6FD);