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