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