#afb5d3
a light, soft blue · warm · closest name: silver
RGB
175, 181, 211
HSL
230°, 29%, 76%
CMYK
17, 14, 0, 17
Luminance
0.4686
Every format
| HEX | #afb5d3 |
| RGB | rgb(175, 181, 211) |
| HSL | hsl(230, 29%, 76%) |
| CMYK | cmyk(17%, 14%, 0%, 17%) |
| LAB | lab(74.1 4.1 -15.8) |
| LCH | lch(74.1 16.3 284.4) |
| OKLCH | oklch(0.778 0.043 276.4) |
Copy-ready code
/* CSS */
color: #afb5d3;
background-color: #afb5d3;
/* Tailwind (arbitrary) */
class="text-[#afb5d3] bg-[#afb5d3]"
/* SCSS */
$brand: #afb5d3;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.827)
/* Android */
Color.parseColor("#afb5d3")Accessibility — WCAG contrast
Aa
#afb5d3 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb5d3 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta14.2%
Yellow0.0%
Key (black)17.3%
Color previews
#afb5d3 text on a black background
contrast 10.37:1
Card sample
#afb5d3 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb5d3;
Background color
Panel with #afb5d3 background
background-color: #afb5d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb5d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb5d3; background: linear-gradient(135deg, #afb5d3, #C1AFD3);