#afbece
a light, soft blue · cool · closest name: silver
RGB
175, 190, 206
HSL
211°, 24%, 75%
CMYK
15, 8, 0, 19
Luminance
0.5040
Every format
| HEX | #afbece |
| RGB | rgb(175, 190, 206) |
| HSL | hsl(211, 24%, 75%) |
| CMYK | cmyk(15%, 8%, 0%, 19%) |
| LAB | lab(76.3 -1.9 -9.8) |
| LCH | lch(76.3 10.0 259.2) |
| OKLCH | oklch(0.795 0.028 249.9) |
Copy-ready code
/* CSS */
color: #afbece;
background-color: #afbece;
/* Tailwind (arbitrary) */
class="text-[#afbece] bg-[#afbece]"
/* SCSS */
$brand: #afbece;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.808)
/* Android */
Color.parseColor("#afbece")Accessibility — WCAG contrast
Aa
#afbece on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbece on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta7.8%
Yellow0.0%
Key (black)19.2%
Color previews
#afbece text on a black background
contrast 11.08:1
Card sample
#afbece text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbece;
Background color
Panel with #afbece background
background-color: #afbece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbece; background: linear-gradient(135deg, #afbece, #B5AFCE);