#aab5ff
a light, electric blue · warm · closest name: plum
RGB
170, 181, 255
HSL
232°, 100%, 83%
CMYK
33, 29, 0, 0
Luminance
0.4881
Every format
| HEX | #aab5ff |
| RGB | rgb(170, 181, 255) |
| HSL | hsl(232, 100%, 83%) |
| CMYK | cmyk(33%, 29%, 0%, 0%) |
| LAB | lab(75.3 13.0 -37.8) |
| LCH | lch(75.3 40.0 289.0) |
| OKLCH | oklch(0.792 0.106 277.2) |
Copy-ready code
/* CSS */
color: #aab5ff;
background-color: #aab5ff;
/* Tailwind (arbitrary) */
class="text-[#aab5ff] bg-[#aab5ff]"
/* SCSS */
$brand: #aab5ff;
/* SwiftUI */
Color(red: 0.667, green: 0.710, blue: 1.000)
/* Android */
Color.parseColor("#aab5ff")Accessibility — WCAG contrast
Aa
#aab5ff on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aab5ff on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green71.0%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta29.0%
Yellow0.0%
Key (black)0.0%
Color previews
#aab5ff text on a black background
contrast 10.76:1
Card sample
#aab5ff text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aab5ff;
Background color
Panel with #aab5ff background
background-color: #aab5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aab5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 181, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 181, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aab5ff; background: linear-gradient(135deg, #aab5ff, #D8AAFF);