#afb8c4
a light, soft blue · cool · closest name: silver
RGB
175, 184, 196
HSL
214°, 15%, 73%
CMYK
11, 6, 0, 23
Luminance
0.4738
Every format
| HEX | #afb8c4 |
| RGB | rgb(175, 184, 196) |
| HSL | hsl(214, 15%, 73%) |
| CMYK | cmyk(11%, 6%, 0%, 23%) |
| LAB | lab(74.4 -0.7 -7.1) |
| LCH | lch(74.4 7.2 264.2) |
| OKLCH | oklch(0.779 0.020 255.6) |
Copy-ready code
/* CSS */
color: #afb8c4;
background-color: #afb8c4;
/* Tailwind (arbitrary) */
class="text-[#afb8c4] bg-[#afb8c4]"
/* SCSS */
$brand: #afb8c4;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.769)
/* Android */
Color.parseColor("#afb8c4")Accessibility — WCAG contrast
Aa
#afb8c4 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb8c4 on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta6.1%
Yellow0.0%
Key (black)23.1%
Color previews
#afb8c4 text on a black background
contrast 10.48:1
Card sample
#afb8c4 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb8c4;
Background color
Panel with #afb8c4 background
background-color: #afb8c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb8c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb8c4; background: linear-gradient(135deg, #afb8c4, #B4AFC4);