#adebf1
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 235, 241
HSL
185°, 71%, 81%
CMYK
28, 3, 0, 6
Luminance
0.7465
Every format
| HEX | #adebf1 |
| RGB | rgb(173, 235, 241) |
| HSL | hsl(185, 71%, 81%) |
| CMYK | cmyk(28%, 3%, 0%, 6%) |
| LAB | lab(89.2 -18.1 -9.2) |
| LCH | lch(89.2 20.3 207.0) |
| OKLCH | oklch(0.900 0.063 203.6) |
Copy-ready code
/* CSS */
color: #adebf1;
background-color: #adebf1;
/* Tailwind (arbitrary) */
class="text-[#adebf1] bg-[#adebf1]"
/* SCSS */
$brand: #adebf1;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.945)
/* Android */
Color.parseColor("#adebf1")Accessibility — WCAG contrast
Aa
#adebf1 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebf1 on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue94.5%
CMYK percentages
Cyan28.2%
Magenta2.5%
Yellow0.0%
Key (black)5.5%
Color previews
#adebf1 text on a black background
contrast 15.93:1
Card sample
#adebf1 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebf1;
Background color
Panel with #adebf1 background
background-color: #adebf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebf1; background: linear-gradient(135deg, #adebf1, #ADBEF1);