#adbbf8
a light, electric blue · warm · closest name: plum
RGB
173, 187, 248
HSL
229°, 84%, 83%
CMYK
30, 25, 0, 3
Luminance
0.5120
Every format
| HEX | #adbbf8 |
| RGB | rgb(173, 187, 248) |
| HSL | hsl(229, 84%, 83%) |
| CMYK | cmyk(30%, 25%, 0%, 3%) |
| LAB | lab(76.8 8.8 -31.7) |
| LCH | lch(76.8 32.9 285.5) |
| OKLCH | oklch(0.803 0.088 274.3) |
Copy-ready code
/* CSS */
color: #adbbf8;
background-color: #adbbf8;
/* Tailwind (arbitrary) */
class="text-[#adbbf8] bg-[#adbbf8]"
/* SCSS */
$brand: #adbbf8;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.973)
/* Android */
Color.parseColor("#adbbf8")Accessibility — WCAG contrast
Aa
#adbbf8 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbbf8 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue97.3%
CMYK percentages
Cyan30.2%
Magenta24.6%
Yellow0.0%
Key (black)2.7%
Color previews
#adbbf8 text on a black background
contrast 11.24:1
Card sample
#adbbf8 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbbf8;
Background color
Panel with #adbbf8 background
background-color: #adbbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbbf8; background: linear-gradient(135deg, #adbbf8, #D1ADF8);