#adb2fd
a light, electric blue · warm · closest name: plum
RGB
173, 178, 253
HSL
236°, 95%, 84%
CMYK
32, 30, 0, 1
Luminance
0.4782
Every format
| HEX | #adb2fd |
| RGB | rgb(173, 178, 253) |
| HSL | hsl(236, 95%, 84%) |
| CMYK | cmyk(32%, 30%, 0%, 1%) |
| LAB | lab(74.7 15.0 -37.7) |
| LCH | lch(74.7 40.5 291.7) |
| OKLCH | oklch(0.788 0.106 280.7) |
Copy-ready code
/* CSS */
color: #adb2fd;
background-color: #adb2fd;
/* Tailwind (arbitrary) */
class="text-[#adb2fd] bg-[#adb2fd]"
/* SCSS */
$brand: #adb2fd;
/* SwiftUI */
Color(red: 0.678, green: 0.698, blue: 0.992)
/* Android */
Color.parseColor("#adb2fd")Accessibility — WCAG contrast
Aa
#adb2fd on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb2fd on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green69.8%
Blue99.2%
CMYK percentages
Cyan31.6%
Magenta29.6%
Yellow0.0%
Key (black)0.8%
Color previews
#adb2fd text on a black background
contrast 10.56:1
Card sample
#adb2fd text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb2fd;
Background color
Panel with #adb2fd background
background-color: #adb2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 178, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 178, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb2fd; background: linear-gradient(135deg, #adb2fd, #DDADFD);