#adebf3
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 235, 243
HSL
187°, 75%, 82%
CMYK
29, 3, 0, 5
Luminance
0.7477
Every format
| HEX | #adebf3 |
| RGB | rgb(173, 235, 243) |
| HSL | hsl(187, 75%, 82%) |
| CMYK | cmyk(29%, 3%, 0%, 5%) |
| LAB | lab(89.3 -17.6 -10.2) |
| LCH | lch(89.3 20.3 210.0) |
| OKLCH | oklch(0.901 0.063 206.0) |
Copy-ready code
/* CSS */
color: #adebf3;
background-color: #adebf3;
/* Tailwind (arbitrary) */
class="text-[#adebf3] bg-[#adebf3]"
/* SCSS */
$brand: #adebf3;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.953)
/* Android */
Color.parseColor("#adebf3")Accessibility — WCAG contrast
Aa
#adebf3 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebf3 on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue95.3%
CMYK percentages
Cyan28.8%
Magenta3.3%
Yellow0.0%
Key (black)4.7%
Color previews
#adebf3 text on a black background
contrast 15.95:1
Card sample
#adebf3 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebf3;
Background color
Panel with #adebf3 background
background-color: #adebf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebf3; background: linear-gradient(135deg, #adebf3, #ADBCF3);