#adbbfe
a light, electric blue · warm · closest name: plum
RGB
173, 187, 254
HSL
230°, 98%, 84%
CMYK
32, 26, 0, 0
Luminance
0.5158
Every format
| HEX | #adbbfe |
| RGB | rgb(173, 187, 254) |
| HSL | hsl(230, 98%, 84%) |
| CMYK | cmyk(32%, 26%, 0%, 0%) |
| LAB | lab(77.0 10.3 -34.6) |
| LCH | lch(77.0 36.1 286.5) |
| OKLCH | oklch(0.806 0.096 274.9) |
Copy-ready code
/* CSS */
color: #adbbfe;
background-color: #adbbfe;
/* Tailwind (arbitrary) */
class="text-[#adbbfe] bg-[#adbbfe]"
/* SCSS */
$brand: #adbbfe;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.996)
/* Android */
Color.parseColor("#adbbfe")Accessibility — WCAG contrast
Aa
#adbbfe on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbbfe on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta26.4%
Yellow0.0%
Key (black)0.4%
Color previews
#adbbfe text on a black background
contrast 11.32:1
Card sample
#adbbfe text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbbfe;
Background color
Panel with #adbbfe background
background-color: #adbbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbbfe; background: linear-gradient(135deg, #adbbfe, #D5ADFE);