#afb8cf
a light, soft blue · cool · closest name: silver
RGB
175, 184, 207
HSL
223°, 25%, 75%
CMYK
16, 11, 0, 19
Luminance
0.4790
Every format
| HEX | #afb8cf |
| RGB | rgb(175, 184, 207) |
| HSL | hsl(223, 25%, 75%) |
| CMYK | cmyk(16%, 11%, 0%, 19%) |
| LAB | lab(74.8 1.6 -12.6) |
| LCH | lch(74.8 12.7 277.1) |
| OKLCH | oklch(0.783 0.034 268.6) |
Copy-ready code
/* CSS */
color: #afb8cf;
background-color: #afb8cf;
/* Tailwind (arbitrary) */
class="text-[#afb8cf] bg-[#afb8cf]"
/* SCSS */
$brand: #afb8cf;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.812)
/* Android */
Color.parseColor("#afb8cf")Accessibility — WCAG contrast
Aa
#afb8cf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb8cf on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta11.1%
Yellow0.0%
Key (black)18.8%
Color previews
#afb8cf text on a black background
contrast 10.58:1
Card sample
#afb8cf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb8cf;
Background color
Panel with #afb8cf background
background-color: #afb8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb8cf; background: linear-gradient(135deg, #afb8cf, #BBAFCF);