#adb4ff
a light, electric blue · warm · closest name: plum
RGB
173, 180, 255
HSL
235°, 100%, 84%
CMYK
32, 29, 0, 0
Luminance
0.4875
Every format
| HEX | #adb4ff |
| RGB | rgb(173, 180, 255) |
| HSL | hsl(235, 100%, 84%) |
| CMYK | cmyk(32%, 29%, 0%, 0%) |
| LAB | lab(75.3 14.4 -37.8) |
| LCH | lch(75.3 40.5 290.8) |
| OKLCH | oklch(0.792 0.107 279.6) |
Copy-ready code
/* CSS */
color: #adb4ff;
background-color: #adb4ff;
/* Tailwind (arbitrary) */
class="text-[#adb4ff] bg-[#adb4ff]"
/* SCSS */
$brand: #adb4ff;
/* SwiftUI */
Color(red: 0.678, green: 0.706, blue: 1.000)
/* Android */
Color.parseColor("#adb4ff")Accessibility — WCAG contrast
Aa
#adb4ff on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb4ff on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green70.6%
Blue100.0%
CMYK percentages
Cyan32.2%
Magenta29.4%
Yellow0.0%
Key (black)0.0%
Color previews
#adb4ff text on a black background
contrast 10.75:1
Card sample
#adb4ff text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb4ff;
Background color
Panel with #adb4ff background
background-color: #adb4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 180, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 180, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb4ff; background: linear-gradient(135deg, #adb4ff, #DDADFF);