#adeff8
a light, electric cyan · cool · closest name: skyblue
RGB
173, 239, 248
HSL
187°, 84%, 83%
CMYK
30, 4, 0, 3
Luminance
0.7739
Every format
| HEX | #adeff8 |
| RGB | rgb(173, 239, 248) |
| HSL | hsl(187, 84%, 83%) |
| CMYK | cmyk(30%, 4%, 0%, 3%) |
| LAB | lab(90.5 -18.5 -11.0) |
| LCH | lch(90.5 21.5 210.7) |
| OKLCH | oklch(0.911 0.067 206.6) |
Copy-ready code
/* CSS */
color: #adeff8;
background-color: #adeff8;
/* Tailwind (arbitrary) */
class="text-[#adeff8] bg-[#adeff8]"
/* SCSS */
$brand: #adeff8;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.973)
/* Android */
Color.parseColor("#adeff8")Accessibility — WCAG contrast
Aa
#adeff8 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeff8 on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue97.3%
CMYK percentages
Cyan30.2%
Magenta3.6%
Yellow0.0%
Key (black)2.7%
Color previews
#adeff8 text on a black background
contrast 16.48:1
Card sample
#adeff8 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeff8;
Background color
Panel with #adeff8 background
background-color: #adeff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeff8; background: linear-gradient(135deg, #adeff8, #ADBDF8);