#aaafeb
a light, vivid blue · warm · closest name: plum
RGB
170, 175, 235
HSL
235°, 62%, 79%
CMYK
28, 26, 0, 8
Luminance
0.4520
Every format
| HEX | #aaafeb |
| RGB | rgb(170, 175, 235) |
| HSL | hsl(235, 62%, 79%) |
| CMYK | cmyk(28%, 26%, 0%, 8%) |
| LAB | lab(73.0 11.4 -30.5) |
| LCH | lch(73.0 32.6 290.4) |
| OKLCH | oklch(0.772 0.086 280.5) |
Copy-ready code
/* CSS */
color: #aaafeb;
background-color: #aaafeb;
/* Tailwind (arbitrary) */
class="text-[#aaafeb] bg-[#aaafeb]"
/* SCSS */
$brand: #aaafeb;
/* SwiftUI */
Color(red: 0.667, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#aaafeb")Accessibility — WCAG contrast
Aa
#aaafeb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaafeb on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green68.6%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#aaafeb text on a black background
contrast 10.04:1
Card sample
#aaafeb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaafeb;
Background color
Panel with #aaafeb background
background-color: #aaafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaafeb; background: linear-gradient(135deg, #aaafeb, #D0AAEB);