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