#adaefd
a light, electric blue · warm · closest name: plum
RGB
173, 174, 253
HSL
239°, 95%, 84%
CMYK
32, 31, 0, 1
Luminance
0.4625
Every format
| HEX | #adaefd |
| RGB | rgb(173, 174, 253) |
| HSL | hsl(239, 95%, 84%) |
| CMYK | cmyk(32%, 31%, 0%, 1%) |
| LAB | lab(73.7 17.2 -39.2) |
| LCH | lch(73.7 42.8 293.7) |
| OKLCH | oklch(0.780 0.112 282.9) |
Copy-ready code
/* CSS */
color: #adaefd;
background-color: #adaefd;
/* Tailwind (arbitrary) */
class="text-[#adaefd] bg-[#adaefd]"
/* SCSS */
$brand: #adaefd;
/* SwiftUI */
Color(red: 0.678, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#adaefd")Accessibility — WCAG contrast
Aa
#adaefd on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaefd on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.2%
Blue99.2%
CMYK percentages
Cyan31.6%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#adaefd text on a black background
contrast 10.25:1
Card sample
#adaefd text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaefd;
Background color
Panel with #adaefd background
background-color: #adaefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaefd; background: linear-gradient(135deg, #adaefd, #E1ADFD);