#ade2f6
a light, electric cyan · cool · closest name: skyblue
RGB
173, 226, 246
HSL
196°, 80%, 82%
CMYK
30, 8, 0, 4
Luminance
0.6993
Every format
| HEX | #ade2f6 |
| RGB | rgb(173, 226, 246) |
| HSL | hsl(196, 80%, 82%) |
| CMYK | cmyk(30%, 8%, 0%, 4%) |
| LAB | lab(87.0 -12.4 -15.2) |
| LCH | lch(87.0 19.6 230.9) |
| OKLCH | oklch(0.883 0.061 223.1) |
Copy-ready code
/* CSS */
color: #ade2f6;
background-color: #ade2f6;
/* Tailwind (arbitrary) */
class="text-[#ade2f6] bg-[#ade2f6]"
/* SCSS */
$brand: #ade2f6;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.965)
/* Android */
Color.parseColor("#ade2f6")Accessibility — WCAG contrast
Aa
#ade2f6 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade2f6 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue96.5%
CMYK percentages
Cyan29.7%
Magenta8.1%
Yellow0.0%
Key (black)3.5%
Color previews
#ade2f6 text on a black background
contrast 14.99:1
Card sample
#ade2f6 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade2f6;
Background color
Panel with #ade2f6 background
background-color: #ade2f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade2f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade2f6; background: linear-gradient(135deg, #ade2f6, #ADB2F6);