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