#afb8d4
a light, soft blue · warm · closest name: silver
RGB
175, 184, 212
HSL
225°, 30%, 76%
CMYK
18, 13, 0, 17
Luminance
0.4815
Every format
| HEX | #afb8d4 |
| RGB | rgb(175, 184, 212) |
| HSL | hsl(225, 30%, 76%) |
| CMYK | cmyk(18%, 13%, 0%, 17%) |
| LAB | lab(74.9 2.7 -15.1) |
| LCH | lch(74.9 15.3 280.0) |
| OKLCH | oklch(0.785 0.041 271.3) |
Copy-ready code
/* CSS */
color: #afb8d4;
background-color: #afb8d4;
/* Tailwind (arbitrary) */
class="text-[#afb8d4] bg-[#afb8d4]"
/* SCSS */
$brand: #afb8d4;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.831)
/* Android */
Color.parseColor("#afb8d4")Accessibility — WCAG contrast
Aa
#afb8d4 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb8d4 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta13.2%
Yellow0.0%
Key (black)16.9%
Color previews
#afb8d4 text on a black background
contrast 10.63:1
Card sample
#afb8d4 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb8d4;
Background color
Panel with #afb8d4 background
background-color: #afb8d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb8d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb8d4; background: linear-gradient(135deg, #afb8d4, #BFAFD4);