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