#aabbc3
a light, soft cyan · cool · closest name: silver
RGB
170, 187, 195
HSL
199°, 17%, 72%
CMYK
13, 4, 0, 24
Luminance
0.4803
Every format
| HEX | #aabbc3 |
| RGB | rgb(170, 187, 195) |
| HSL | hsl(199, 17%, 72%) |
| CMYK | cmyk(13%, 4%, 0%, 24%) |
| LAB | lab(74.8 -4.2 -6.0) |
| LCH | lch(74.8 7.3 235.2) |
| OKLCH | oklch(0.781 0.022 227.6) |
Copy-ready code
/* CSS */
color: #aabbc3;
background-color: #aabbc3;
/* Tailwind (arbitrary) */
class="text-[#aabbc3] bg-[#aabbc3]"
/* SCSS */
$brand: #aabbc3;
/* SwiftUI */
Color(red: 0.667, green: 0.733, blue: 0.765)
/* Android */
Color.parseColor("#aabbc3")Accessibility — WCAG contrast
Aa
#aabbc3 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabbc3 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green73.3%
Blue76.5%
CMYK percentages
Cyan12.8%
Magenta4.1%
Yellow0.0%
Key (black)23.5%
Color previews
#aabbc3 text on a black background
contrast 10.61:1
Card sample
#aabbc3 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabbc3;
Background color
Panel with #aabbc3 background
background-color: #aabbc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabbc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 187, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 187, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabbc3; background: linear-gradient(135deg, #aabbc3, #AAAAC3);