#afb0d4
a light, soft blue · warm · closest name: silver
RGB
175, 176, 212
HSL
238°, 30%, 76%
CMYK
18, 17, 0, 17
Luminance
0.4492
Every format
| HEX | #afb0d4 |
| RGB | rgb(175, 176, 212) |
| HSL | hsl(238, 30%, 76%) |
| CMYK | cmyk(18%, 17%, 0%, 17%) |
| LAB | lab(72.8 7.0 -18.3) |
| LCH | lch(72.8 19.6 291.0) |
| OKLCH | oklch(0.768 0.051 283.9) |
Copy-ready code
/* CSS */
color: #afb0d4;
background-color: #afb0d4;
/* Tailwind (arbitrary) */
class="text-[#afb0d4] bg-[#afb0d4]"
/* SCSS */
$brand: #afb0d4;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.831)
/* Android */
Color.parseColor("#afb0d4")Accessibility — WCAG contrast
Aa
#afb0d4 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0d4 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta17.0%
Yellow0.0%
Key (black)16.9%
Color previews
#afb0d4 text on a black background
contrast 9.98:1
Card sample
#afb0d4 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0d4;
Background color
Panel with #afb0d4 background
background-color: #afb0d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0d4; background: linear-gradient(135deg, #afb0d4, #C7AFD4);