#afbfd2
a light, soft blue · cool · closest name: silver
RGB
175, 191, 210
HSL
213°, 28%, 76%
CMYK
17, 9, 0, 18
Luminance
0.5103
Every format
| HEX | #afbfd2 |
| RGB | rgb(175, 191, 210) |
| HSL | hsl(213, 28%, 76%) |
| CMYK | cmyk(17%, 9%, 0%, 18%) |
| LAB | lab(76.7 -1.5 -11.4) |
| LCH | lch(76.7 11.5 262.3) |
| OKLCH | oklch(0.798 0.032 252.7) |
Copy-ready code
/* CSS */
color: #afbfd2;
background-color: #afbfd2;
/* Tailwind (arbitrary) */
class="text-[#afbfd2] bg-[#afbfd2]"
/* SCSS */
$brand: #afbfd2;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#afbfd2")Accessibility — WCAG contrast
Aa
#afbfd2 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfd2 on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue82.4%
CMYK percentages
Cyan16.7%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#afbfd2 text on a black background
contrast 11.21:1
Card sample
#afbfd2 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfd2;
Background color
Panel with #afbfd2 background
background-color: #afbfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfd2; background: linear-gradient(135deg, #afbfd2, #B6AFD2);