#afb3d8
a light, soft blue · warm · closest name: silver
RGB
175, 179, 216
HSL
234°, 35%, 77%
CMYK
19, 17, 0, 15
Luminance
0.4631
Every format
| HEX | #afb3d8 |
| RGB | rgb(175, 179, 216) |
| HSL | hsl(234, 35%, 77%) |
| CMYK | cmyk(19%, 17%, 0%, 15%) |
| LAB | lab(73.8 6.3 -19.1) |
| LCH | lch(73.8 20.1 288.2) |
| OKLCH | oklch(0.776 0.053 280.2) |
Copy-ready code
/* CSS */
color: #afb3d8;
background-color: #afb3d8;
/* Tailwind (arbitrary) */
class="text-[#afb3d8] bg-[#afb3d8]"
/* SCSS */
$brand: #afb3d8;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.847)
/* Android */
Color.parseColor("#afb3d8")Accessibility — WCAG contrast
Aa
#afb3d8 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb3d8 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue84.7%
CMYK percentages
Cyan19.0%
Magenta17.1%
Yellow0.0%
Key (black)15.3%
Color previews
#afb3d8 text on a black background
contrast 10.26:1
Card sample
#afb3d8 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb3d8;
Background color
Panel with #afb3d8 background
background-color: #afb3d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb3d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb3d8; background: linear-gradient(135deg, #afb3d8, #C6AFD8);