#aeafee
a light, vivid blue · warm · closest name: plum
RGB
174, 175, 238
HSL
239°, 65%, 81%
CMYK
27, 27, 0, 7
Luminance
0.4583
Every format
| HEX | #aeafee |
| RGB | rgb(174, 175, 238) |
| HSL | hsl(239, 65%, 81%) |
| CMYK | cmyk(27%, 27%, 0%, 7%) |
| LAB | lab(73.4 13.3 -31.5) |
| LCH | lch(73.4 34.2 292.8) |
| OKLCH | oklch(0.776 0.089 283.4) |
Copy-ready code
/* CSS */
color: #aeafee;
background-color: #aeafee;
/* Tailwind (arbitrary) */
class="text-[#aeafee] bg-[#aeafee]"
/* SCSS */
$brand: #aeafee;
/* SwiftUI */
Color(red: 0.682, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#aeafee")Accessibility — WCAG contrast
Aa
#aeafee on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeafee on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.6%
Blue93.3%
CMYK percentages
Cyan26.9%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#aeafee text on a black background
contrast 10.17:1
Card sample
#aeafee text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeafee;
Background color
Panel with #aeafee background
background-color: #aeafee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeafee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeafee; background: linear-gradient(135deg, #aeafee, #D8AEEE);