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