#afb3ce
a light, soft blue · warm · closest name: silver
RGB
175, 179, 206
HSL
232°, 24%, 75%
CMYK
15, 13, 0, 19
Luminance
0.4581
Every format
| HEX | #afb3ce |
| RGB | rgb(175, 179, 206) |
| HSL | hsl(232, 24%, 75%) |
| CMYK | cmyk(15%, 13%, 0%, 19%) |
| LAB | lab(73.4 4.1 -14.1) |
| LCH | lch(73.4 14.7 286.1) |
| OKLCH | oklch(0.772 0.039 278.8) |
Copy-ready code
/* CSS */
color: #afb3ce;
background-color: #afb3ce;
/* Tailwind (arbitrary) */
class="text-[#afb3ce] bg-[#afb3ce]"
/* SCSS */
$brand: #afb3ce;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.808)
/* Android */
Color.parseColor("#afb3ce")Accessibility — WCAG contrast
Aa
#afb3ce on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb3ce on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta13.1%
Yellow0.0%
Key (black)19.2%
Color previews
#afb3ce text on a black background
contrast 10.16:1
Card sample
#afb3ce text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb3ce;
Background color
Panel with #afb3ce background
background-color: #afb3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb3ce; background: linear-gradient(135deg, #afb3ce, #C0AFCE);