#aaacff
a light, electric blue · warm · closest name: plum
RGB
170, 172, 255
HSL
239°, 100%, 83%
CMYK
33, 33, 0, 0
Luminance
0.4527
Every format
| HEX | #aaacff |
| RGB | rgb(170, 172, 255) |
| HSL | hsl(239, 100%, 83%) |
| CMYK | cmyk(33%, 33%, 0%, 0%) |
| LAB | lab(73.1 18.0 -41.3) |
| LCH | lch(73.1 45.1 293.6) |
| OKLCH | oklch(0.775 0.118 282.2) |
Copy-ready code
/* CSS */
color: #aaacff;
background-color: #aaacff;
/* Tailwind (arbitrary) */
class="text-[#aaacff] bg-[#aaacff]"
/* SCSS */
$brand: #aaacff;
/* SwiftUI */
Color(red: 0.667, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#aaacff")Accessibility — WCAG contrast
Aa
#aaacff on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaacff on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green67.5%
Blue100.0%
CMYK percentages
Cyan33.3%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#aaacff text on a black background
contrast 10.05:1
Card sample
#aaacff text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaacff;
Background color
Panel with #aaacff background
background-color: #aaacff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaacff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaacff; background: linear-gradient(135deg, #aaacff, #E1AAFF);