#adbafe
a light, electric blue · warm · closest name: plum
RGB
173, 186, 254
HSL
230°, 98%, 84%
CMYK
32, 27, 0, 0
Luminance
0.5116
Every format
| HEX | #adbafe |
| RGB | rgb(173, 186, 254) |
| HSL | hsl(230, 98%, 84%) |
| CMYK | cmyk(32%, 27%, 0%, 0%) |
| LAB | lab(76.8 10.8 -35.0) |
| LCH | lch(76.8 36.6 287.2) |
| OKLCH | oklch(0.804 0.098 275.6) |
Copy-ready code
/* CSS */
color: #adbafe;
background-color: #adbafe;
/* Tailwind (arbitrary) */
class="text-[#adbafe] bg-[#adbafe]"
/* SCSS */
$brand: #adbafe;
/* SwiftUI */
Color(red: 0.678, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#adbafe")Accessibility — WCAG contrast
Aa
#adbafe on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbafe on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green72.9%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#adbafe text on a black background
contrast 11.23:1
Card sample
#adbafe text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbafe;
Background color
Panel with #adbafe background
background-color: #adbafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbafe; background: linear-gradient(135deg, #adbafe, #D6ADFE);