#aeafdc
a light, soft blue · warm · closest name: plum
RGB
174, 175, 220
HSL
239°, 40%, 77%
CMYK
21, 21, 0, 14
Luminance
0.4483
Every format
| HEX | #aeafdc |
| RGB | rgb(174, 175, 220) |
| HSL | hsl(239, 40%, 77%) |
| CMYK | cmyk(21%, 21%, 0%, 14%) |
| LAB | lab(72.8 9.1 -22.7) |
| LCH | lch(72.8 24.5 291.7) |
| OKLCH | oklch(0.769 0.064 283.8) |
Copy-ready code
/* CSS */
color: #aeafdc;
background-color: #aeafdc;
/* Tailwind (arbitrary) */
class="text-[#aeafdc] bg-[#aeafdc]"
/* SCSS */
$brand: #aeafdc;
/* SwiftUI */
Color(red: 0.682, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#aeafdc")Accessibility — WCAG contrast
Aa
#aeafdc on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeafdc on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.6%
Blue86.3%
CMYK percentages
Cyan20.9%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#aeafdc text on a black background
contrast 9.97:1
Card sample
#aeafdc text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeafdc;
Background color
Panel with #aeafdc background
background-color: #aeafdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeafdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeafdc; background: linear-gradient(135deg, #aeafdc, #CCAEDC);