#aeacfc
a light, electric blue · warm · closest name: plum
RGB
174, 172, 252
HSL
242°, 93%, 83%
CMYK
31, 32, 0, 1
Luminance
0.4553
Every format
| HEX | #aeacfc |
| RGB | rgb(174, 172, 252) |
| HSL | hsl(242, 93%, 83%) |
| CMYK | cmyk(31%, 32%, 0%, 1%) |
| LAB | lab(73.2 18.4 -39.4) |
| LCH | lch(73.2 43.5 295.0) |
| OKLCH | oklch(0.776 0.113 284.6) |
Copy-ready code
/* CSS */
color: #aeacfc;
background-color: #aeacfc;
/* Tailwind (arbitrary) */
class="text-[#aeacfc] bg-[#aeacfc]"
/* SCSS */
$brand: #aeacfc;
/* SwiftUI */
Color(red: 0.682, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#aeacfc")Accessibility — WCAG contrast
Aa
#aeacfc on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeacfc on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.5%
Blue98.8%
CMYK percentages
Cyan31.0%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#aeacfc text on a black background
contrast 10.11:1
Card sample
#aeacfc text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeacfc;
Background color
Panel with #aeacfc background
background-color: #aeacfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeacfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeacfc; background: linear-gradient(135deg, #aeacfc, #E3ACFC);