#aeafec
a light, vivid blue · warm · closest name: plum
RGB
174, 175, 236
HSL
239°, 62%, 80%
CMYK
26, 26, 0, 8
Luminance
0.4571
Every format
| HEX | #aeafec |
| RGB | rgb(174, 175, 236) |
| HSL | hsl(239, 62%, 80%) |
| CMYK | cmyk(26%, 26%, 0%, 8%) |
| LAB | lab(73.4 12.8 -30.6) |
| LCH | lch(73.4 33.1 292.7) |
| OKLCH | oklch(0.775 0.087 283.5) |
Copy-ready code
/* CSS */
color: #aeafec;
background-color: #aeafec;
/* Tailwind (arbitrary) */
class="text-[#aeafec] bg-[#aeafec]"
/* SCSS */
$brand: #aeafec;
/* SwiftUI */
Color(red: 0.682, green: 0.686, blue: 0.925)
/* Android */
Color.parseColor("#aeafec")Accessibility — WCAG contrast
Aa
#aeafec on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeafec on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.6%
Blue92.5%
CMYK percentages
Cyan26.3%
Magenta25.8%
Yellow0.0%
Key (black)7.5%
Color previews
#aeafec text on a black background
contrast 10.14:1
Card sample
#aeafec text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeafec;
Background color
Panel with #aeafec background
background-color: #aeafec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeafec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 175, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 175, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeafec; background: linear-gradient(135deg, #aeafec, #D6AEEC);