#afbfcc
a light, soft blue · cool · closest name: silver
RGB
175, 191, 204
HSL
207°, 22%, 74%
CMYK
14, 6, 0, 20
Luminance
0.5074
Every format
| HEX | #afbfcc |
| RGB | rgb(175, 191, 204) |
| HSL | hsl(207, 22%, 74%) |
| CMYK | cmyk(14%, 6%, 0%, 20%) |
| LAB | lab(76.5 -2.8 -8.4) |
| LCH | lch(76.5 8.8 251.4) |
| OKLCH | oklch(0.796 0.025 242.4) |
Copy-ready code
/* CSS */
color: #afbfcc;
background-color: #afbfcc;
/* Tailwind (arbitrary) */
class="text-[#afbfcc] bg-[#afbfcc]"
/* SCSS */
$brand: #afbfcc;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.800)
/* Android */
Color.parseColor("#afbfcc")Accessibility — WCAG contrast
Aa
#afbfcc on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfcc on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta6.4%
Yellow0.0%
Key (black)20.0%
Color previews
#afbfcc text on a black background
contrast 11.15:1
Card sample
#afbfcc text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfcc;
Background color
Panel with #afbfcc background
background-color: #afbfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfcc; background: linear-gradient(135deg, #afbfcc, #B2AFCC);