#afb9cb
a light, soft blue · cool · closest name: silver
RGB
175, 185, 203
HSL
219°, 21%, 74%
CMYK
14, 9, 0, 20
Luminance
0.4812
Every format
| HEX | #afb9cb |
| RGB | rgb(175, 185, 203) |
| HSL | hsl(219, 21%, 74%) |
| CMYK | cmyk(14%, 9%, 0%, 20%) |
| LAB | lab(74.9 0.2 -10.3) |
| LCH | lch(74.9 10.3 271.1) |
| OKLCH | oklch(0.784 0.028 262.3) |
Copy-ready code
/* CSS */
color: #afb9cb;
background-color: #afb9cb;
/* Tailwind (arbitrary) */
class="text-[#afb9cb] bg-[#afb9cb]"
/* SCSS */
$brand: #afb9cb;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.796)
/* Android */
Color.parseColor("#afb9cb")Accessibility — WCAG contrast
Aa
#afb9cb on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb9cb on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta8.9%
Yellow0.0%
Key (black)20.4%
Color previews
#afb9cb text on a black background
contrast 10.62:1
Card sample
#afb9cb text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb9cb;
Background color
Panel with #afb9cb background
background-color: #afb9cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb9cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb9cb; background: linear-gradient(135deg, #afb9cb, #B8AFCB);