#afb2cb
a light, soft blue · warm · closest name: silver
RGB
175, 178, 203
HSL
234°, 21%, 74%
CMYK
14, 12, 0, 20
Luminance
0.4527
Every format
| HEX | #afb2cb |
| RGB | rgb(175, 178, 203) |
| HSL | hsl(234, 21%, 74%) |
| CMYK | cmyk(14%, 12%, 0%, 20%) |
| LAB | lab(73.1 4.0 -13.0) |
| LCH | lch(73.1 13.6 287.0) |
| OKLCH | oklch(0.769 0.036 280.1) |
Copy-ready code
/* CSS */
color: #afb2cb;
background-color: #afb2cb;
/* Tailwind (arbitrary) */
class="text-[#afb2cb] bg-[#afb2cb]"
/* SCSS */
$brand: #afb2cb;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.796)
/* Android */
Color.parseColor("#afb2cb")Accessibility — WCAG contrast
Aa
#afb2cb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb2cb on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta12.3%
Yellow0.0%
Key (black)20.4%
Color previews
#afb2cb text on a black background
contrast 10.05:1
Card sample
#afb2cb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb2cb;
Background color
Panel with #afb2cb background
background-color: #afb2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb2cb; background: linear-gradient(135deg, #afb2cb, #BFAFCB);