#afbdc9
a light, soft blue · cool · closest name: silver
RGB
175, 189, 201
HSL
208°, 19%, 74%
CMYK
13, 6, 0, 21
Luminance
0.4973
Every format
| HEX | #afbdc9 |
| RGB | rgb(175, 189, 201) |
| HSL | hsl(208, 19%, 74%) |
| CMYK | cmyk(13%, 6%, 0%, 21%) |
| LAB | lab(75.9 -2.4 -7.7) |
| LCH | lch(75.9 8.0 252.8) |
| OKLCH | oklch(0.791 0.023 243.9) |
Copy-ready code
/* CSS */
color: #afbdc9;
background-color: #afbdc9;
/* Tailwind (arbitrary) */
class="text-[#afbdc9] bg-[#afbdc9]"
/* SCSS */
$brand: #afbdc9;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.788)
/* Android */
Color.parseColor("#afbdc9")Accessibility — WCAG contrast
Aa
#afbdc9 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbdc9 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue78.8%
CMYK percentages
Cyan12.9%
Magenta6.0%
Yellow0.0%
Key (black)21.2%
Color previews
#afbdc9 text on a black background
contrast 10.95:1
Card sample
#afbdc9 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbdc9;
Background color
Panel with #afbdc9 background
background-color: #afbdc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbdc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbdc9; background: linear-gradient(135deg, #afbdc9, #B2AFC9);