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