#afbbc7
a light, soft blue · cool · closest name: silver
RGB
175, 187, 199
HSL
210°, 18%, 73%
CMYK
12, 6, 0, 22
Luminance
0.4878
Every format
| HEX | #afbbc7 |
| RGB | rgb(175, 187, 199) |
| HSL | hsl(210, 18%, 73%) |
| CMYK | cmyk(12%, 6%, 0%, 22%) |
| LAB | lab(75.3 -1.7 -7.5) |
| LCH | lch(75.3 7.7 257.0) |
| OKLCH | oklch(0.786 0.022 248.1) |
Copy-ready code
/* CSS */
color: #afbbc7;
background-color: #afbbc7;
/* Tailwind (arbitrary) */
class="text-[#afbbc7] bg-[#afbbc7]"
/* SCSS */
$brand: #afbbc7;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.780)
/* Android */
Color.parseColor("#afbbc7")Accessibility — WCAG contrast
Aa
#afbbc7 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbc7 on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue78.0%
CMYK percentages
Cyan12.1%
Magenta6.0%
Yellow0.0%
Key (black)22.0%
Color previews
#afbbc7 text on a black background
contrast 10.76:1
Card sample
#afbbc7 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbc7;
Background color
Panel with #afbbc7 background
background-color: #afbbc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbc7; background: linear-gradient(135deg, #afbbc7, #B3AFC7);