#afb3d5
a light, soft blue · warm · closest name: silver
RGB
175, 179, 213
HSL
234°, 31%, 76%
CMYK
18, 16, 0, 17
Luminance
0.4616
Every format
| HEX | #afb3d5 |
| RGB | rgb(175, 179, 213) |
| HSL | hsl(234, 31%, 76%) |
| CMYK | cmyk(18%, 16%, 0%, 17%) |
| LAB | lab(73.7 5.6 -17.6) |
| LCH | lch(73.7 18.4 287.7) |
| OKLCH | oklch(0.775 0.049 279.9) |
Copy-ready code
/* CSS */
color: #afb3d5;
background-color: #afb3d5;
/* Tailwind (arbitrary) */
class="text-[#afb3d5] bg-[#afb3d5]"
/* SCSS */
$brand: #afb3d5;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.835)
/* Android */
Color.parseColor("#afb3d5")Accessibility — WCAG contrast
Aa
#afb3d5 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb3d5 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue83.5%
CMYK percentages
Cyan17.8%
Magenta16.0%
Yellow0.0%
Key (black)16.5%
Color previews
#afb3d5 text on a black background
contrast 10.23:1
Card sample
#afb3d5 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb3d5;
Background color
Panel with #afb3d5 background
background-color: #afb3d5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb3d5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb3d5; background: linear-gradient(135deg, #afb3d5, #C4AFD5);