#afbad3
a light, soft blue · cool · closest name: silver
RGB
175, 186, 211
HSL
222°, 29%, 76%
CMYK
17, 12, 0, 17
Luminance
0.4893
Every format
| HEX | #afbad3 |
| RGB | rgb(175, 186, 211) |
| HSL | hsl(222, 29%, 76%) |
| CMYK | cmyk(17%, 12%, 0%, 17%) |
| LAB | lab(75.4 1.4 -13.8) |
| LCH | lch(75.4 13.9 275.6) |
| OKLCH | oklch(0.788 0.038 266.6) |
Copy-ready code
/* CSS */
color: #afbad3;
background-color: #afbad3;
/* Tailwind (arbitrary) */
class="text-[#afbad3] bg-[#afbad3]"
/* SCSS */
$brand: #afbad3;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.827)
/* Android */
Color.parseColor("#afbad3")Accessibility — WCAG contrast
Aa
#afbad3 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbad3 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta11.8%
Yellow0.0%
Key (black)17.3%
Color previews
#afbad3 text on a black background
contrast 10.79:1
Card sample
#afbad3 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbad3;
Background color
Panel with #afbad3 background
background-color: #afbad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbad3; background: linear-gradient(135deg, #afbad3, #BCAFD3);