#afb9d2
a light, soft blue · cool · closest name: silver
RGB
175, 185, 210
HSL
223°, 28%, 76%
CMYK
17, 12, 0, 18
Luminance
0.4847
Every format
| HEX | #afb9d2 |
| RGB | rgb(175, 185, 210) |
| HSL | hsl(223, 28%, 76%) |
| CMYK | cmyk(17%, 12%, 0%, 18%) |
| LAB | lab(75.1 1.7 -13.7) |
| LCH | lch(75.1 13.8 277.0) |
| OKLCH | oklch(0.786 0.037 268.2) |
Copy-ready code
/* CSS */
color: #afb9d2;
background-color: #afb9d2;
/* Tailwind (arbitrary) */
class="text-[#afb9d2] bg-[#afb9d2]"
/* SCSS */
$brand: #afb9d2;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.824)
/* Android */
Color.parseColor("#afb9d2")Accessibility — WCAG contrast
Aa
#afb9d2 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb9d2 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue82.4%
CMYK percentages
Cyan16.7%
Magenta11.9%
Yellow0.0%
Key (black)17.6%
Color previews
#afb9d2 text on a black background
contrast 10.69:1
Card sample
#afb9d2 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb9d2;
Background color
Panel with #afb9d2 background
background-color: #afb9d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb9d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb9d2; background: linear-gradient(135deg, #afb9d2, #BCAFD2);