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