#adb3f6
a light, electric blue · warm · closest name: plum
RGB
173, 179, 246
HSL
235°, 80%, 82%
CMYK
30, 27, 0, 4
Luminance
0.4778
Every format
| HEX | #adb3f6 |
| RGB | rgb(173, 179, 246) |
| HSL | hsl(235, 80%, 82%) |
| CMYK | cmyk(30%, 27%, 0%, 4%) |
| LAB | lab(74.7 12.7 -33.9) |
| LCH | lch(74.7 36.2 290.5) |
| OKLCH | oklch(0.786 0.095 280.0) |
Copy-ready code
/* CSS */
color: #adb3f6;
background-color: #adb3f6;
/* Tailwind (arbitrary) */
class="text-[#adb3f6] bg-[#adb3f6]"
/* SCSS */
$brand: #adb3f6;
/* SwiftUI */
Color(red: 0.678, green: 0.702, blue: 0.965)
/* Android */
Color.parseColor("#adb3f6")Accessibility — WCAG contrast
Aa
#adb3f6 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb3f6 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green70.2%
Blue96.5%
CMYK percentages
Cyan29.7%
Magenta27.2%
Yellow0.0%
Key (black)3.5%
Color previews
#adb3f6 text on a black background
contrast 10.56:1
Card sample
#adb3f6 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb3f6;
Background color
Panel with #adb3f6 background
background-color: #adb3f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb3f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 179, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 179, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb3f6; background: linear-gradient(135deg, #adb3f6, #D8ADF6);