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