#aaabcc
a light, soft blue · warm · closest name: silver
RGB
170, 171, 204
HSL
238°, 25%, 73%
CMYK
17, 16, 0, 20
Luminance
0.4203
Every format
| HEX | #aaabcc |
| RGB | rgb(170, 171, 204) |
| HSL | hsl(238, 25%, 73%) |
| CMYK | cmyk(17%, 16%, 0%, 20%) |
| LAB | lab(70.9 6.4 -16.9) |
| LCH | lch(70.9 18.0 290.8) |
| OKLCH | oklch(0.751 0.047 283.8) |
Copy-ready code
/* CSS */
color: #aaabcc;
background-color: #aaabcc;
/* Tailwind (arbitrary) */
class="text-[#aaabcc] bg-[#aaabcc]"
/* SCSS */
$brand: #aaabcc;
/* SwiftUI */
Color(red: 0.667, green: 0.671, blue: 0.800)
/* Android */
Color.parseColor("#aaabcc")Accessibility — WCAG contrast
Aa
#aaabcc on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaabcc on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green67.1%
Blue80.0%
CMYK percentages
Cyan16.7%
Magenta16.2%
Yellow0.0%
Key (black)20.0%
Color previews
#aaabcc text on a black background
contrast 9.41:1
Card sample
#aaabcc text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaabcc;
Background color
Panel with #aaabcc background
background-color: #aaabcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaabcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 171, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 171, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaabcc; background: linear-gradient(135deg, #aaabcc, #C0AACC);