#afadc4
a light, soft blue · warm · closest name: silver
RGB
175, 173, 196
HSL
245°, 16%, 72%
CMYK
11, 12, 0, 23
Luminance
0.4299
Every format
| HEX | #afadc4 |
| RGB | rgb(175, 173, 196) |
| HSL | hsl(245, 16%, 72%) |
| CMYK | cmyk(11%, 12%, 0%, 23%) |
| LAB | lab(71.5 5.2 -11.4) |
| LCH | lch(71.5 12.6 294.6) |
| OKLCH | oklch(0.757 0.033 289.6) |
Copy-ready code
/* CSS */
color: #afadc4;
background-color: #afadc4;
/* Tailwind (arbitrary) */
class="text-[#afadc4] bg-[#afadc4]"
/* SCSS */
$brand: #afadc4;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.769)
/* Android */
Color.parseColor("#afadc4")Accessibility — WCAG contrast
Aa
#afadc4 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afadc4 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta11.7%
Yellow0.0%
Key (black)23.1%
Color previews
#afadc4 text on a black background
contrast 9.60:1
Card sample
#afadc4 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afadc4;
Background color
Panel with #afadc4 background
background-color: #afadc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afadc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afadc4; background: linear-gradient(135deg, #afadc4, #BEADC4);