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