#adebf6
a light, electric cyan · cool · closest name: skyblue
RGB
173, 235, 246
HSL
189°, 80%, 82%
CMYK
30, 5, 0, 4
Luminance
0.7495
Every format
| HEX | #adebf6 |
| RGB | rgb(173, 235, 246) |
| HSL | hsl(189, 80%, 82%) |
| CMYK | cmyk(30%, 5%, 0%, 4%) |
| LAB | lab(89.4 -16.9 -11.6) |
| LCH | lch(89.4 20.5 214.5) |
| OKLCH | oklch(0.902 0.064 209.7) |
Copy-ready code
/* CSS */
color: #adebf6;
background-color: #adebf6;
/* Tailwind (arbitrary) */
class="text-[#adebf6] bg-[#adebf6]"
/* SCSS */
$brand: #adebf6;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.965)
/* Android */
Color.parseColor("#adebf6")Accessibility — WCAG contrast
Aa
#adebf6 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebf6 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue96.5%
CMYK percentages
Cyan29.7%
Magenta4.5%
Yellow0.0%
Key (black)3.5%
Color previews
#adebf6 text on a black background
contrast 15.99:1
Card sample
#adebf6 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebf6;
Background color
Panel with #adebf6 background
background-color: #adebf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebf6; background: linear-gradient(135deg, #adebf6, #ADBBF6);