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