#afb8da
a light, soft blue · warm · closest name: silver
RGB
175, 184, 218
HSL
227°, 37%, 77%
CMYK
20, 16, 0, 15
Luminance
0.4846
Every format
| HEX | #afb8da |
| RGB | rgb(175, 184, 218) |
| HSL | hsl(227, 37%, 77%) |
| CMYK | cmyk(20%, 16%, 0%, 15%) |
| LAB | lab(75.1 4.0 -18.1) |
| LCH | lch(75.1 18.5 282.4) |
| OKLCH | oklch(0.787 0.049 273.6) |
Copy-ready code
/* CSS */
color: #afb8da;
background-color: #afb8da;
/* Tailwind (arbitrary) */
class="text-[#afb8da] bg-[#afb8da]"
/* SCSS */
$brand: #afb8da;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.855)
/* Android */
Color.parseColor("#afb8da")Accessibility — WCAG contrast
Aa
#afb8da on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb8da on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta15.6%
Yellow0.0%
Key (black)14.5%
Color previews
#afb8da text on a black background
contrast 10.69:1
Card sample
#afb8da text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb8da;
Background color
Panel with #afb8da background
background-color: #afb8da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb8da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb8da; background: linear-gradient(135deg, #afb8da, #C3AFDA);