#aabbff
a light, electric blue · warm · closest name: plum
RGB
170, 187, 255
HSL
228°, 100%, 83%
CMYK
33, 27, 0, 0
Luminance
0.5131
Every format
| HEX | #aabbff |
| RGB | rgb(170, 187, 255) |
| HSL | hsl(228, 100%, 83%) |
| CMYK | cmyk(33%, 27%, 0%, 0%) |
| LAB | lab(76.9 9.7 -35.4) |
| LCH | lch(76.9 36.7 285.3) |
| OKLCH | oklch(0.804 0.098 273.2) |
Copy-ready code
/* CSS */
color: #aabbff;
background-color: #aabbff;
/* Tailwind (arbitrary) */
class="text-[#aabbff] bg-[#aabbff]"
/* SCSS */
$brand: #aabbff;
/* SwiftUI */
Color(red: 0.667, green: 0.733, blue: 1.000)
/* Android */
Color.parseColor("#aabbff")Accessibility — WCAG contrast
Aa
#aabbff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabbff on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green73.3%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta26.7%
Yellow0.0%
Key (black)0.0%
Color previews
#aabbff text on a black background
contrast 11.26:1
Card sample
#aabbff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabbff;
Background color
Panel with #aabbff background
background-color: #aabbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 187, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 187, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabbff; background: linear-gradient(135deg, #aabbff, #D2AAFF);