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