#afb0d6
a light, soft blue · warm · closest name: silver
RGB
175, 176, 214
HSL
239°, 32%, 76%
CMYK
18, 18, 0, 16
Luminance
0.4502
Every format
| HEX | #afb0d6 |
| RGB | rgb(175, 176, 214) |
| HSL | hsl(239, 32%, 76%) |
| CMYK | cmyk(18%, 18%, 0%, 16%) |
| LAB | lab(72.9 7.5 -19.3) |
| LCH | lch(72.9 20.6 291.2) |
| OKLCH | oklch(0.769 0.054 283.9) |
Copy-ready code
/* CSS */
color: #afb0d6;
background-color: #afb0d6;
/* Tailwind (arbitrary) */
class="text-[#afb0d6] bg-[#afb0d6]"
/* SCSS */
$brand: #afb0d6;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.839)
/* Android */
Color.parseColor("#afb0d6")Accessibility — WCAG contrast
Aa
#afb0d6 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0d6 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue83.9%
CMYK percentages
Cyan18.2%
Magenta17.8%
Yellow0.0%
Key (black)16.1%
Color previews
#afb0d6 text on a black background
contrast 10.00:1
Card sample
#afb0d6 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0d6;
Background color
Panel with #afb0d6 background
background-color: #afb0d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0d6; background: linear-gradient(135deg, #afb0d6, #C8AFD6);