#aaa4cf
a light, soft blue · warm · closest name: plum
RGB
170, 164, 207
HSL
248°, 31%, 73%
CMYK
18, 21, 0, 19
Luminance
0.3960
Every format
| HEX | #aaa4cf |
| RGB | rgb(170, 164, 207) |
| HSL | hsl(248, 31%, 73%) |
| CMYK | cmyk(18%, 21%, 0%, 19%) |
| LAB | lab(69.2 11.0 -21.1) |
| LCH | lch(69.2 23.8 297.4) |
| OKLCH | oklch(0.739 0.062 291.2) |
Copy-ready code
/* CSS */
color: #aaa4cf;
background-color: #aaa4cf;
/* Tailwind (arbitrary) */
class="text-[#aaa4cf] bg-[#aaa4cf]"
/* SCSS */
$brand: #aaa4cf;
/* SwiftUI */
Color(red: 0.667, green: 0.643, blue: 0.812)
/* Android */
Color.parseColor("#aaa4cf")Accessibility — WCAG contrast
Aa
#aaa4cf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa4cf on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green64.3%
Blue81.2%
CMYK percentages
Cyan17.9%
Magenta20.8%
Yellow0.0%
Key (black)18.8%
Color previews
#aaa4cf text on a black background
contrast 8.92:1
Card sample
#aaa4cf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa4cf;
Background color
Panel with #aaa4cf background
background-color: #aaa4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 164, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 164, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa4cf; background: linear-gradient(135deg, #aaa4cf, #C7A4CF);