#afb3c7
a light, soft blue · warm · closest name: silver
RGB
175, 179, 199
HSL
230°, 18%, 73%
CMYK
12, 10, 0, 22
Luminance
0.4548
Every format
| HEX | #afb3c7 |
| RGB | rgb(175, 179, 199) |
| HSL | hsl(230, 18%, 73%) |
| CMYK | cmyk(12%, 10%, 0%, 22%) |
| LAB | lab(73.2 2.6 -10.6) |
| LCH | lch(73.2 10.9 283.8) |
| OKLCH | oklch(0.770 0.029 276.7) |
Copy-ready code
/* CSS */
color: #afb3c7;
background-color: #afb3c7;
/* Tailwind (arbitrary) */
class="text-[#afb3c7] bg-[#afb3c7]"
/* SCSS */
$brand: #afb3c7;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.780)
/* Android */
Color.parseColor("#afb3c7")Accessibility — WCAG contrast
Aa
#afb3c7 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb3c7 on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue78.0%
CMYK percentages
Cyan12.1%
Magenta10.1%
Yellow0.0%
Key (black)22.0%
Color previews
#afb3c7 text on a black background
contrast 10.10:1
Card sample
#afb3c7 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb3c7;
Background color
Panel with #afb3c7 background
background-color: #afb3c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb3c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb3c7; background: linear-gradient(135deg, #afb3c7, #BBAFC7);