#aaaace
a light, soft blue · warm · closest name: silver
RGB
170, 170, 206
HSL
240°, 27%, 74%
CMYK
18, 18, 0, 19
Luminance
0.4175
Every format
| HEX | #aaaace |
| RGB | rgb(170, 170, 206) |
| HSL | hsl(240, 27%, 74%) |
| CMYK | cmyk(18%, 18%, 0%, 19%) |
| LAB | lab(70.7 7.4 -18.3) |
| LCH | lch(70.7 19.7 292.1) |
| OKLCH | oklch(0.750 0.051 285.1) |
Copy-ready code
/* CSS */
color: #aaaace;
background-color: #aaaace;
/* Tailwind (arbitrary) */
class="text-[#aaaace] bg-[#aaaace]"
/* SCSS */
$brand: #aaaace;
/* SwiftUI */
Color(red: 0.667, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#aaaace")Accessibility — WCAG contrast
Aa
#aaaace on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaaace on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green66.7%
Blue80.8%
CMYK percentages
Cyan17.5%
Magenta17.5%
Yellow0.0%
Key (black)19.2%
Color previews
#aaaace text on a black background
contrast 9.35:1
Card sample
#aaaace text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaaace;
Background color
Panel with #aaaace background
background-color: #aaaace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaaace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaaace; background: linear-gradient(135deg, #aaaace, #C2AACE);