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