#afb9cd
a light, soft blue · cool · closest name: silver
RGB
175, 185, 205
HSL
220°, 23%, 75%
CMYK
15, 10, 0, 20
Luminance
0.4822
Every format
| HEX | #afb9cd |
| RGB | rgb(175, 185, 205) |
| HSL | hsl(220, 23%, 75%) |
| CMYK | cmyk(15%, 10%, 0%, 20%) |
| LAB | lab(75.0 0.6 -11.3) |
| LCH | lch(75.0 11.3 273.1) |
| OKLCH | oklch(0.784 0.030 264.4) |
Copy-ready code
/* CSS */
color: #afb9cd;
background-color: #afb9cd;
/* Tailwind (arbitrary) */
class="text-[#afb9cd] bg-[#afb9cd]"
/* SCSS */
$brand: #afb9cd;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.804)
/* Android */
Color.parseColor("#afb9cd")Accessibility — WCAG contrast
Aa
#afb9cd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb9cd on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta9.8%
Yellow0.0%
Key (black)19.6%
Color previews
#afb9cd text on a black background
contrast 10.64:1
Card sample
#afb9cd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb9cd;
Background color
Panel with #afb9cd background
background-color: #afb9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb9cd; background: linear-gradient(135deg, #afb9cd, #B9AFCD);