#afb7d2
a light, soft blue · warm · closest name: silver
RGB
175, 183, 210
HSL
226°, 28%, 76%
CMYK
17, 13, 0, 18
Luminance
0.4763
Every format
| HEX | #afb7d2 |
| RGB | rgb(175, 183, 210) |
| HSL | hsl(226, 28%, 76%) |
| CMYK | cmyk(17%, 13%, 0%, 18%) |
| LAB | lab(74.6 2.8 -14.5) |
| LCH | lch(74.6 14.8 280.8) |
| OKLCH | oklch(0.782 0.039 272.4) |
Copy-ready code
/* CSS */
color: #afb7d2;
background-color: #afb7d2;
/* Tailwind (arbitrary) */
class="text-[#afb7d2] bg-[#afb7d2]"
/* SCSS */
$brand: #afb7d2;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.824)
/* Android */
Color.parseColor("#afb7d2")Accessibility — WCAG contrast
Aa
#afb7d2 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb7d2 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue82.4%
CMYK percentages
Cyan16.7%
Magenta12.9%
Yellow0.0%
Key (black)17.6%
Color previews
#afb7d2 text on a black background
contrast 10.53:1
Card sample
#afb7d2 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb7d2;
Background color
Panel with #afb7d2 background
background-color: #afb7d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb7d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb7d2; background: linear-gradient(135deg, #afb7d2, #BEAFD2);