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