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