#afb0ce
a light, soft blue · warm · closest name: silver
RGB
175, 176, 206
HSL
238°, 24%, 75%
CMYK
15, 15, 0, 19
Luminance
0.4462
Every format
| HEX | #afb0ce |
| RGB | rgb(175, 176, 206) |
| HSL | hsl(238, 24%, 75%) |
| CMYK | cmyk(15%, 15%, 0%, 19%) |
| LAB | lab(72.6 5.7 -15.3) |
| LCH | lch(72.6 16.3 290.5) |
| OKLCH | oklch(0.766 0.043 283.8) |
Copy-ready code
/* CSS */
color: #afb0ce;
background-color: #afb0ce;
/* Tailwind (arbitrary) */
class="text-[#afb0ce] bg-[#afb0ce]"
/* SCSS */
$brand: #afb0ce;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.808)
/* Android */
Color.parseColor("#afb0ce")Accessibility — WCAG contrast
Aa
#afb0ce on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0ce on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta14.6%
Yellow0.0%
Key (black)19.2%
Color previews
#afb0ce text on a black background
contrast 9.92:1
Card sample
#afb0ce text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0ce;
Background color
Panel with #afb0ce background
background-color: #afb0ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0ce; background: linear-gradient(135deg, #afb0ce, #C3AFCE);