#adbaf6
a light, electric blue · warm · closest name: plum
RGB
173, 186, 246
HSL
229°, 80%, 82%
CMYK
30, 24, 0, 4
Luminance
0.5066
Every format
| HEX | #adbaf6 |
| RGB | rgb(173, 186, 246) |
| HSL | hsl(229, 80%, 82%) |
| CMYK | cmyk(30%, 24%, 0%, 4%) |
| LAB | lab(76.5 8.8 -31.2) |
| LCH | lch(76.5 32.4 285.9) |
| OKLCH | oklch(0.800 0.086 274.8) |
Copy-ready code
/* CSS */
color: #adbaf6;
background-color: #adbaf6;
/* Tailwind (arbitrary) */
class="text-[#adbaf6] bg-[#adbaf6]"
/* SCSS */
$brand: #adbaf6;
/* SwiftUI */
Color(red: 0.678, green: 0.729, blue: 0.965)
/* Android */
Color.parseColor("#adbaf6")Accessibility — WCAG contrast
Aa
#adbaf6 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbaf6 on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green72.9%
Blue96.5%
CMYK percentages
Cyan29.7%
Magenta24.4%
Yellow0.0%
Key (black)3.5%
Color previews
#adbaf6 text on a black background
contrast 11.13:1
Card sample
#adbaf6 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbaf6;
Background color
Panel with #adbaf6 background
background-color: #adbaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 186, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 186, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbaf6; background: linear-gradient(135deg, #adbaf6, #D1ADF6);