#adaef1
a light, vivid blue · warm · closest name: plum
RGB
173, 174, 241
HSL
239°, 71%, 81%
CMYK
28, 28, 0, 6
Luminance
0.4551
Every format
| HEX | #adaef1 |
| RGB | rgb(173, 174, 241) |
| HSL | hsl(239, 71%, 81%) |
| CMYK | cmyk(28%, 28%, 0%, 6%) |
| LAB | lab(73.2 14.3 -33.5) |
| LCH | lch(73.2 36.4 293.1) |
| OKLCH | oklch(0.774 0.095 283.3) |
Copy-ready code
/* CSS */
color: #adaef1;
background-color: #adaef1;
/* Tailwind (arbitrary) */
class="text-[#adaef1] bg-[#adaef1]"
/* SCSS */
$brand: #adaef1;
/* SwiftUI */
Color(red: 0.678, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#adaef1")Accessibility — WCAG contrast
Aa
#adaef1 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaef1 on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.2%
Blue94.5%
CMYK percentages
Cyan28.2%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#adaef1 text on a black background
contrast 10.10:1
Card sample
#adaef1 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaef1;
Background color
Panel with #adaef1 background
background-color: #adaef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaef1; background: linear-gradient(135deg, #adaef1, #D9ADF1);