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