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