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