#ade1f1
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 225, 241
HSL
194°, 71%, 81%
CMYK
28, 7, 0, 6
Luminance
0.6909
Every format
| HEX | #ade1f1 |
| RGB | rgb(173, 225, 241) |
| HSL | hsl(194, 71%, 81%) |
| CMYK | cmyk(28%, 7%, 0%, 6%) |
| LAB | lab(86.5 -13.0 -13.2) |
| LCH | lch(86.5 18.5 225.4) |
| OKLCH | oklch(0.879 0.058 218.6) |
Copy-ready code
/* CSS */
color: #ade1f1;
background-color: #ade1f1;
/* Tailwind (arbitrary) */
class="text-[#ade1f1] bg-[#ade1f1]"
/* SCSS */
$brand: #ade1f1;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.945)
/* Android */
Color.parseColor("#ade1f1")Accessibility — WCAG contrast
Aa
#ade1f1 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1f1 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue94.5%
CMYK percentages
Cyan28.2%
Magenta6.6%
Yellow0.0%
Key (black)5.5%
Color previews
#ade1f1 text on a black background
contrast 14.82:1
Card sample
#ade1f1 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1f1;
Background color
Panel with #ade1f1 background
background-color: #ade1f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1f1; background: linear-gradient(135deg, #ade1f1, #ADB4F1);