#aacabf
a light, soft green · cool · closest name: silver
RGB
170, 202, 191
HSL
159°, 23%, 73%
CMYK
16, 0, 5, 21
Luminance
0.5455
Every format
| HEX | #aacabf |
| RGB | rgb(170, 202, 191) |
| HSL | hsl(159, 23%, 73%) |
| CMYK | cmyk(16%, 0%, 5%, 21%) |
| LAB | lab(78.8 -12.9 1.9) |
| LCH | lch(78.8 13.0 171.5) |
| OKLCH | oklch(0.812 0.038 172.5) |
Copy-ready code
/* CSS */
color: #aacabf;
background-color: #aacabf;
/* Tailwind (arbitrary) */
class="text-[#aacabf] bg-[#aacabf]"
/* SCSS */
$brand: #aacabf;
/* SwiftUI */
Color(red: 0.667, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#aacabf")Accessibility — WCAG contrast
Aa
#aacabf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacabf on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green79.2%
Blue74.9%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow5.4%
Key (black)20.8%
Color previews
#aacabf text on a black background
contrast 11.91:1
Card sample
#aacabf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacabf;
Background color
Panel with #aacabf background
background-color: #aacabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacabf; background: linear-gradient(135deg, #aacabf, #AAC0CA);