#afbad6
a light, soft blue · cool · closest name: silver
RGB
175, 186, 214
HSL
223°, 32%, 76%
CMYK
18, 13, 0, 16
Luminance
0.4909
Every format
| HEX | #afbad6 |
| RGB | rgb(175, 186, 214) |
| HSL | hsl(223, 32%, 76%) |
| CMYK | cmyk(18%, 13%, 0%, 16%) |
| LAB | lab(75.5 2.0 -15.3) |
| LCH | lch(75.5 15.5 277.5) |
| OKLCH | oklch(0.789 0.042 268.4) |
Copy-ready code
/* CSS */
color: #afbad6;
background-color: #afbad6;
/* Tailwind (arbitrary) */
class="text-[#afbad6] bg-[#afbad6]"
/* SCSS */
$brand: #afbad6;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.839)
/* Android */
Color.parseColor("#afbad6")Accessibility — WCAG contrast
Aa
#afbad6 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbad6 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue83.9%
CMYK percentages
Cyan18.2%
Magenta13.1%
Yellow0.0%
Key (black)16.1%
Color previews
#afbad6 text on a black background
contrast 10.82:1
Card sample
#afbad6 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbad6;
Background color
Panel with #afbad6 background
background-color: #afbad6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbad6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbad6; background: linear-gradient(135deg, #afbad6, #BEAFD6);