#aeaffc
a light, electric blue · warm · closest name: plum
RGB
174, 175, 252
HSL
239°, 93%, 84%
CMYK
31, 31, 0, 1
Luminance
0.4669
Every format
| HEX | #aeaffc |
| RGB | rgb(174, 175, 252) |
| HSL | hsl(239, 93%, 84%) |
| CMYK | cmyk(31%, 31%, 0%, 1%) |
| LAB | lab(74.0 16.7 -38.2) |
| LCH | lch(74.0 41.7 293.6) |
| OKLCH | oklch(0.782 0.109 283.0) |
Copy-ready code
/* CSS */
color: #aeaffc;
background-color: #aeaffc;
/* Tailwind (arbitrary) */
class="text-[#aeaffc] bg-[#aeaffc]"
/* SCSS */
$brand: #aeaffc;
/* SwiftUI */
Color(red: 0.682, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#aeaffc")Accessibility — WCAG contrast
Aa
#aeaffc on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeaffc on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.6%
Blue98.8%
CMYK percentages
Cyan31.0%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#aeaffc text on a black background
contrast 10.34:1
Card sample
#aeaffc text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeaffc;
Background color
Panel with #aeaffc background
background-color: #aeaffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeaffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeaffc; background: linear-gradient(135deg, #aeaffc, #E1AEFC);