#afb5ce
a light, soft blue · warm · closest name: silver
RGB
175, 181, 206
HSL
228°, 24%, 75%
CMYK
15, 12, 0, 19
Luminance
0.4662
Every format
| HEX | #afb5ce |
| RGB | rgb(175, 181, 206) |
| HSL | hsl(228, 24%, 75%) |
| CMYK | cmyk(15%, 12%, 0%, 19%) |
| LAB | lab(73.9 3.0 -13.3) |
| LCH | lch(73.9 13.7 282.7) |
| OKLCH | oklch(0.776 0.036 274.8) |
Copy-ready code
/* CSS */
color: #afb5ce;
background-color: #afb5ce;
/* Tailwind (arbitrary) */
class="text-[#afb5ce] bg-[#afb5ce]"
/* SCSS */
$brand: #afb5ce;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.808)
/* Android */
Color.parseColor("#afb5ce")Accessibility — WCAG contrast
Aa
#afb5ce on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb5ce on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta12.1%
Yellow0.0%
Key (black)19.2%
Color previews
#afb5ce text on a black background
contrast 10.32:1
Card sample
#afb5ce text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb5ce;
Background color
Panel with #afb5ce background
background-color: #afb5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb5ce; background: linear-gradient(135deg, #afb5ce, #BEAFCE);