#aab3ff
a light, electric blue · warm · closest name: plum
RGB
170, 179, 255
HSL
234°, 100%, 83%
CMYK
33, 30, 0, 0
Luminance
0.4801
Every format
| HEX | #aab3ff |
| RGB | rgb(170, 179, 255) |
| HSL | hsl(234, 100%, 83%) |
| CMYK | cmyk(33%, 30%, 0%, 0%) |
| LAB | lab(74.8 14.1 -38.6) |
| LCH | lch(74.8 41.1 290.1) |
| OKLCH | oklch(0.788 0.108 278.4) |
Copy-ready code
/* CSS */
color: #aab3ff;
background-color: #aab3ff;
/* Tailwind (arbitrary) */
class="text-[#aab3ff] bg-[#aab3ff]"
/* SCSS */
$brand: #aab3ff;
/* SwiftUI */
Color(red: 0.667, green: 0.702, blue: 1.000)
/* Android */
Color.parseColor("#aab3ff")Accessibility — WCAG contrast
Aa
#aab3ff on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aab3ff on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green70.2%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta29.8%
Yellow0.0%
Key (black)0.0%
Color previews
#aab3ff text on a black background
contrast 10.60:1
Card sample
#aab3ff text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aab3ff;
Background color
Panel with #aab3ff background
background-color: #aab3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aab3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 179, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 179, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aab3ff; background: linear-gradient(135deg, #aab3ff, #DAAAFF);