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