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