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