#afadcb
a light, soft blue · warm · closest name: silver
RGB
175, 173, 203
HSL
244°, 22%, 74%
CMYK
14, 15, 0, 20
Luminance
0.4331
Every format
| HEX | #afadcb |
| RGB | rgb(175, 173, 203) |
| HSL | hsl(244, 22%, 74%) |
| CMYK | cmyk(14%, 15%, 0%, 20%) |
| LAB | lab(71.8 6.7 -14.9) |
| LCH | lch(71.8 16.4 294.2) |
| OKLCH | oklch(0.759 0.043 288.4) |
Copy-ready code
/* CSS */
color: #afadcb;
background-color: #afadcb;
/* Tailwind (arbitrary) */
class="text-[#afadcb] bg-[#afadcb]"
/* SCSS */
$brand: #afadcb;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.796)
/* Android */
Color.parseColor("#afadcb")Accessibility — WCAG contrast
Aa
#afadcb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afadcb on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta14.8%
Yellow0.0%
Key (black)20.4%
Color previews
#afadcb text on a black background
contrast 9.66:1
Card sample
#afadcb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afadcb;
Background color
Panel with #afadcb background
background-color: #afadcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afadcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afadcb; background: linear-gradient(135deg, #afadcb, #C3ADCB);