#afb3c4
a light, soft blue · warm · closest name: silver
RGB
175, 179, 196
HSL
229°, 15%, 73%
CMYK
11, 9, 0, 23
Luminance
0.4534
Every format
| HEX | #afb3c4 |
| RGB | rgb(175, 179, 196) |
| HSL | hsl(229, 15%, 73%) |
| CMYK | cmyk(11%, 9%, 0%, 23%) |
| LAB | lab(73.1 2.0 -9.1) |
| LCH | lch(73.1 9.3 282.2) |
| OKLCH | oklch(0.769 0.025 275.3) |
Copy-ready code
/* CSS */
color: #afb3c4;
background-color: #afb3c4;
/* Tailwind (arbitrary) */
class="text-[#afb3c4] bg-[#afb3c4]"
/* SCSS */
$brand: #afb3c4;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.769)
/* Android */
Color.parseColor("#afb3c4")Accessibility — WCAG contrast
Aa
#afb3c4 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb3c4 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta8.7%
Yellow0.0%
Key (black)23.1%
Color previews
#afb3c4 text on a black background
contrast 10.07:1
Card sample
#afb3c4 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb3c4;
Background color
Panel with #afb3c4 background
background-color: #afb3c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb3c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb3c4; background: linear-gradient(135deg, #afb3c4, #B9AFC4);