#adbdfe
a light, electric blue · warm · closest name: plum
RGB
173, 189, 254
HSL
228°, 98%, 84%
CMYK
32, 26, 0, 0
Luminance
0.5244
Every format
| HEX | #adbdfe |
| RGB | rgb(173, 189, 254) |
| HSL | hsl(228, 98%, 84%) |
| CMYK | cmyk(32%, 26%, 0%, 0%) |
| LAB | lab(77.5 9.2 -33.8) |
| LCH | lch(77.5 35.0 285.2) |
| OKLCH | oklch(0.810 0.094 273.5) |
Copy-ready code
/* CSS */
color: #adbdfe;
background-color: #adbdfe;
/* Tailwind (arbitrary) */
class="text-[#adbdfe] bg-[#adbdfe]"
/* SCSS */
$brand: #adbdfe;
/* SwiftUI */
Color(red: 0.678, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#adbdfe")Accessibility — WCAG contrast
Aa
#adbdfe on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbdfe on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green74.1%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#adbdfe text on a black background
contrast 11.49:1
Card sample
#adbdfe text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbdfe;
Background color
Panel with #adbdfe background
background-color: #adbdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbdfe; background: linear-gradient(135deg, #adbdfe, #D3ADFE);