#afb2d3
a light, soft blue · warm · closest name: silver
RGB
175, 178, 211
HSL
235°, 29%, 76%
CMYK
17, 16, 0, 17
Luminance
0.4566
Every format
| HEX | #afb2d3 |
| RGB | rgb(175, 178, 211) |
| HSL | hsl(235, 29%, 76%) |
| CMYK | cmyk(17%, 16%, 0%, 17%) |
| LAB | lab(73.3 5.7 -17.0) |
| LCH | lch(73.3 17.9 288.6) |
| OKLCH | oklch(0.772 0.047 281.1) |
Copy-ready code
/* CSS */
color: #afb2d3;
background-color: #afb2d3;
/* Tailwind (arbitrary) */
class="text-[#afb2d3] bg-[#afb2d3]"
/* SCSS */
$brand: #afb2d3;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.827)
/* Android */
Color.parseColor("#afb2d3")Accessibility — WCAG contrast
Aa
#afb2d3 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb2d3 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta15.6%
Yellow0.0%
Key (black)17.3%
Color previews
#afb2d3 text on a black background
contrast 10.13:1
Card sample
#afb2d3 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb2d3;
Background color
Panel with #afb2d3 background
background-color: #afb2d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb2d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb2d3; background: linear-gradient(135deg, #afb2d3, #C4AFD3);