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