#aaafff
a light, electric blue · warm · closest name: plum
RGB
170, 175, 255
HSL
237°, 100%, 83%
CMYK
33, 31, 0, 0
Luminance
0.4643
Every format
| HEX | #aaafff |
| RGB | rgb(170, 175, 255) |
| HSL | hsl(237, 100%, 83%) |
| CMYK | cmyk(33%, 31%, 0%, 0%) |
| LAB | lab(73.8 16.3 -40.1) |
| LCH | lch(73.8 43.3 292.2) |
| OKLCH | oklch(0.780 0.114 280.7) |
Copy-ready code
/* CSS */
color: #aaafff;
background-color: #aaafff;
/* Tailwind (arbitrary) */
class="text-[#aaafff] bg-[#aaafff]"
/* SCSS */
$brand: #aaafff;
/* SwiftUI */
Color(red: 0.667, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#aaafff")Accessibility — WCAG contrast
Aa
#aaafff on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaafff on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green68.6%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#aaafff text on a black background
contrast 10.29:1
Card sample
#aaafff text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaafff;
Background color
Panel with #aaafff background
background-color: #aaafff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaafff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaafff; background: linear-gradient(135deg, #aaafff, #DEAAFF);