#afb0c7
a light, soft blue · warm · closest name: silver
RGB
175, 176, 199
HSL
238°, 18%, 73%
CMYK
12, 12, 0, 22
Luminance
0.4429
Every format
| HEX | #afb0c7 |
| RGB | rgb(175, 176, 199) |
| HSL | hsl(238, 18%, 73%) |
| CMYK | cmyk(12%, 12%, 0%, 22%) |
| LAB | lab(72.4 4.2 -11.8) |
| LCH | lch(72.4 12.5 289.8) |
| OKLCH | oklch(0.764 0.033 283.6) |
Copy-ready code
/* CSS */
color: #afb0c7;
background-color: #afb0c7;
/* Tailwind (arbitrary) */
class="text-[#afb0c7] bg-[#afb0c7]"
/* SCSS */
$brand: #afb0c7;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.780)
/* Android */
Color.parseColor("#afb0c7")Accessibility — WCAG contrast
Aa
#afb0c7 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0c7 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue78.0%
CMYK percentages
Cyan12.1%
Magenta11.6%
Yellow0.0%
Key (black)22.0%
Color previews
#afb0c7 text on a black background
contrast 9.86:1
Card sample
#afb0c7 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0c7;
Background color
Panel with #afb0c7 background
background-color: #afb0c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0c7; background: linear-gradient(135deg, #afb0c7, #BEAFC7);