#afb0c9
a light, soft blue · warm · closest name: silver
RGB
175, 176, 201
HSL
238°, 19%, 74%
CMYK
13, 12, 0, 21
Luminance
0.4438
Every format
| HEX | #afb0c9 |
| RGB | rgb(175, 176, 201) |
| HSL | hsl(238, 19%, 74%) |
| CMYK | cmyk(13%, 12%, 0%, 21%) |
| LAB | lab(72.5 4.7 -12.8) |
| LCH | lch(72.5 13.6 290.0) |
| OKLCH | oklch(0.764 0.035 283.7) |
Copy-ready code
/* CSS */
color: #afb0c9;
background-color: #afb0c9;
/* Tailwind (arbitrary) */
class="text-[#afb0c9] bg-[#afb0c9]"
/* SCSS */
$brand: #afb0c9;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.788)
/* Android */
Color.parseColor("#afb0c9")Accessibility — WCAG contrast
Aa
#afb0c9 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0c9 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue78.8%
CMYK percentages
Cyan12.9%
Magenta12.4%
Yellow0.0%
Key (black)21.2%
Color previews
#afb0c9 text on a black background
contrast 9.88:1
Card sample
#afb0c9 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0c9;
Background color
Panel with #afb0c9 background
background-color: #afb0c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0c9; background: linear-gradient(135deg, #afb0c9, #BFAFC9);