#adecf8
a light, electric cyan · cool · closest name: skyblue
RGB
173, 236, 248
HSL
190°, 84%, 83%
CMYK
30, 5, 0, 3
Luminance
0.7565
Every format
| HEX | #adecf8 |
| RGB | rgb(173, 236, 248) |
| HSL | hsl(190, 84%, 83%) |
| CMYK | cmyk(30%, 5%, 0%, 3%) |
| LAB | lab(89.7 -17.0 -12.2) |
| LCH | lch(89.7 20.9 215.7) |
| OKLCH | oklch(0.905 0.065 210.6) |
Copy-ready code
/* CSS */
color: #adecf8;
background-color: #adecf8;
/* Tailwind (arbitrary) */
class="text-[#adecf8] bg-[#adecf8]"
/* SCSS */
$brand: #adecf8;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 0.973)
/* Android */
Color.parseColor("#adecf8")Accessibility — WCAG contrast
Aa
#adecf8 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adecf8 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue97.3%
CMYK percentages
Cyan30.2%
Magenta4.8%
Yellow0.0%
Key (black)2.7%
Color previews
#adecf8 text on a black background
contrast 16.13:1
Card sample
#adecf8 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adecf8;
Background color
Panel with #adecf8 background
background-color: #adecf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adecf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adecf8; background: linear-gradient(135deg, #adecf8, #ADBAF8);