#adbaf8
a light, electric blue · warm · closest name: plum
RGB
173, 186, 248
HSL
230°, 84%, 83%
CMYK
30, 25, 0, 3
Luminance
0.5078
Every format
| HEX | #adbaf8 |
| RGB | rgb(173, 186, 248) |
| HSL | hsl(230, 84%, 83%) |
| CMYK | cmyk(30%, 25%, 0%, 3%) |
| LAB | lab(76.5 9.3 -32.1) |
| LCH | lch(76.5 33.5 286.2) |
| OKLCH | oklch(0.801 0.089 275.1) |
Copy-ready code
/* CSS */
color: #adbaf8;
background-color: #adbaf8;
/* Tailwind (arbitrary) */
class="text-[#adbaf8] bg-[#adbaf8]"
/* SCSS */
$brand: #adbaf8;
/* SwiftUI */
Color(red: 0.678, green: 0.729, blue: 0.973)
/* Android */
Color.parseColor("#adbaf8")Accessibility — WCAG contrast
Aa
#adbaf8 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbaf8 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green72.9%
Blue97.3%
CMYK percentages
Cyan30.2%
Magenta25.0%
Yellow0.0%
Key (black)2.7%
Color previews
#adbaf8 text on a black background
contrast 11.16:1
Card sample
#adbaf8 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbaf8;
Background color
Panel with #adbaf8 background
background-color: #adbaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 186, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 186, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbaf8; background: linear-gradient(135deg, #adbaf8, #D2ADF8);