#afadcf
a light, soft blue · warm · closest name: silver
RGB
175, 173, 207
HSL
244°, 26%, 75%
CMYK
16, 16, 0, 19
Luminance
0.4351
Every format
| HEX | #afadcf |
| RGB | rgb(175, 173, 207) |
| HSL | hsl(244, 26%, 75%) |
| CMYK | cmyk(16%, 16%, 0%, 19%) |
| LAB | lab(71.9 7.6 -16.9) |
| LCH | lch(71.9 18.6 294.1) |
| OKLCH | oklch(0.760 0.048 287.9) |
Copy-ready code
/* CSS */
color: #afadcf;
background-color: #afadcf;
/* Tailwind (arbitrary) */
class="text-[#afadcf] bg-[#afadcf]"
/* SCSS */
$brand: #afadcf;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#afadcf")Accessibility — WCAG contrast
Aa
#afadcf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afadcf on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#afadcf text on a black background
contrast 9.70:1
Card sample
#afadcf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afadcf;
Background color
Panel with #afadcf background
background-color: #afadcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afadcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afadcf; background: linear-gradient(135deg, #afadcf, #C6ADCF);