#afb4cb
a light, soft blue · warm · closest name: silver
RGB
175, 180, 203
HSL
229°, 21%, 74%
CMYK
14, 11, 0, 20
Luminance
0.4607
Every format
| HEX | #afb4cb |
| RGB | rgb(175, 180, 203) |
| HSL | hsl(229, 21%, 74%) |
| CMYK | cmyk(14%, 11%, 0%, 20%) |
| LAB | lab(73.6 2.9 -12.2) |
| LCH | lch(73.6 12.6 283.3) |
| OKLCH | oklch(0.773 0.033 275.9) |
Copy-ready code
/* CSS */
color: #afb4cb;
background-color: #afb4cb;
/* Tailwind (arbitrary) */
class="text-[#afb4cb] bg-[#afb4cb]"
/* SCSS */
$brand: #afb4cb;
/* SwiftUI */
Color(red: 0.686, green: 0.706, blue: 0.796)
/* Android */
Color.parseColor("#afb4cb")Accessibility — WCAG contrast
Aa
#afb4cb on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb4cb on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.6%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta11.3%
Yellow0.0%
Key (black)20.4%
Color previews
#afb4cb text on a black background
contrast 10.21:1
Card sample
#afb4cb text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb4cb;
Background color
Panel with #afb4cb background
background-color: #afb4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 180, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 180, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb4cb; background: linear-gradient(135deg, #afb4cb, #BDAFCB);