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