#ade7fe
a light, electric cyan · cool · closest name: skyblue
RGB
173, 231, 254
HSL
197°, 98%, 84%
CMYK
32, 9, 0, 0
Luminance
0.7319
Every format
| HEX | #ade7fe |
| RGB | rgb(173, 231, 254) |
| HSL | hsl(197, 98%, 84%) |
| CMYK | cmyk(32%, 9%, 0%, 0%) |
| LAB | lab(88.5 -13.1 -17.1) |
| LCH | lch(88.5 21.5 232.6) |
| OKLCH | oklch(0.896 0.067 224.3) |
Copy-ready code
/* CSS */
color: #ade7fe;
background-color: #ade7fe;
/* Tailwind (arbitrary) */
class="text-[#ade7fe] bg-[#ade7fe]"
/* SCSS */
$brand: #ade7fe;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.996)
/* Android */
Color.parseColor("#ade7fe")Accessibility — WCAG contrast
Aa
#ade7fe on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade7fe on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta9.1%
Yellow0.0%
Key (black)0.4%
Color previews
#ade7fe text on a black background
contrast 15.64:1
Card sample
#ade7fe text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade7fe;
Background color
Panel with #ade7fe background
background-color: #ade7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade7fe; background: linear-gradient(135deg, #ade7fe, #ADB1FE);