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