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