#afb4d4
a light, soft blue · warm · closest name: silver
RGB
175, 180, 212
HSL
232°, 30%, 76%
CMYK
18, 15, 0, 17
Luminance
0.4651
Every format
| HEX | #afb4d4 |
| RGB | rgb(175, 180, 212) |
| HSL | hsl(232, 30%, 76%) |
| CMYK | cmyk(18%, 15%, 0%, 17%) |
| LAB | lab(73.9 4.8 -16.7) |
| LCH | lch(73.9 17.4 286.1) |
| OKLCH | oklch(0.776 0.046 278.3) |
Copy-ready code
/* CSS */
color: #afb4d4;
background-color: #afb4d4;
/* Tailwind (arbitrary) */
class="text-[#afb4d4] bg-[#afb4d4]"
/* SCSS */
$brand: #afb4d4;
/* SwiftUI */
Color(red: 0.686, green: 0.706, blue: 0.831)
/* Android */
Color.parseColor("#afb4d4")Accessibility — WCAG contrast
Aa
#afb4d4 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb4d4 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.6%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta15.1%
Yellow0.0%
Key (black)16.9%
Color previews
#afb4d4 text on a black background
contrast 10.30:1
Card sample
#afb4d4 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb4d4;
Background color
Panel with #afb4d4 background
background-color: #afb4d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb4d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 180, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 180, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb4d4; background: linear-gradient(135deg, #afb4d4, #C3AFD4);