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