#adbbf7
a light, electric blue · warm · closest name: skyblue
RGB
173, 187, 247
HSL
229°, 82%, 82%
CMYK
30, 24, 0, 3
Luminance
0.5114
Every format
| HEX | #adbbf7 |
| RGB | rgb(173, 187, 247) |
| HSL | hsl(229, 82%, 82%) |
| CMYK | cmyk(30%, 24%, 0%, 3%) |
| LAB | lab(76.8 8.5 -31.3) |
| LCH | lch(76.8 32.4 285.3) |
| OKLCH | oklch(0.803 0.087 274.1) |
Copy-ready code
/* CSS */
color: #adbbf7;
background-color: #adbbf7;
/* Tailwind (arbitrary) */
class="text-[#adbbf7] bg-[#adbbf7]"
/* SCSS */
$brand: #adbbf7;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.969)
/* Android */
Color.parseColor("#adbbf7")Accessibility — WCAG contrast
Aa
#adbbf7 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbbf7 on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue96.9%
CMYK percentages
Cyan30.0%
Magenta24.3%
Yellow0.0%
Key (black)3.1%
Color previews
#adbbf7 text on a black background
contrast 11.23:1
Card sample
#adbbf7 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbbf7;
Background color
Panel with #adbbf7 background
background-color: #adbbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbbf7; background: linear-gradient(135deg, #adbbf7, #D0ADF7);