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