#addfee
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 223, 238
HSL
194°, 66%, 81%
CMYK
27, 6, 0, 7
Luminance
0.6783
Every format
| HEX | #addfee |
| RGB | rgb(173, 223, 238) |
| HSL | hsl(194, 66%, 81%) |
| CMYK | cmyk(27%, 6%, 0%, 7%) |
| LAB | lab(85.9 -12.7 -12.6) |
| LCH | lch(85.9 17.9 224.7) |
| OKLCH | oklch(0.874 0.056 218.1) |
Copy-ready code
/* CSS */
color: #addfee;
background-color: #addfee;
/* Tailwind (arbitrary) */
class="text-[#addfee] bg-[#addfee]"
/* SCSS */
$brand: #addfee;
/* SwiftUI */
Color(red: 0.678, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#addfee")Accessibility — WCAG contrast
Aa
#addfee on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#addfee on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.5%
Blue93.3%
CMYK percentages
Cyan27.3%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#addfee text on a black background
contrast 14.57:1
Card sample
#addfee text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #addfee;
Background color
Panel with #addfee background
background-color: #addfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #addfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #addfee; background: linear-gradient(135deg, #addfee, #ADB4EE);