#afb8ce
a light, soft blue · cool · closest name: silver
RGB
175, 184, 206
HSL
223°, 24%, 75%
CMYK
15, 11, 0, 19
Luminance
0.4785
Every format
| HEX | #afb8ce |
| RGB | rgb(175, 184, 206) |
| HSL | hsl(223, 24%, 75%) |
| CMYK | cmyk(15%, 11%, 0%, 19%) |
| LAB | lab(74.7 1.4 -12.1) |
| LCH | lch(74.7 12.2 276.4) |
| OKLCH | oklch(0.783 0.033 267.9) |
Copy-ready code
/* CSS */
color: #afb8ce;
background-color: #afb8ce;
/* Tailwind (arbitrary) */
class="text-[#afb8ce] bg-[#afb8ce]"
/* SCSS */
$brand: #afb8ce;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.808)
/* Android */
Color.parseColor("#afb8ce")Accessibility — WCAG contrast
Aa
#afb8ce on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb8ce on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta10.7%
Yellow0.0%
Key (black)19.2%
Color previews
#afb8ce text on a black background
contrast 10.57:1
Card sample
#afb8ce text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb8ce;
Background color
Panel with #afb8ce background
background-color: #afb8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb8ce; background: linear-gradient(135deg, #afb8ce, #BBAFCE);