#afbcd1
a light, soft blue · cool · closest name: silver
RGB
175, 188, 209
HSL
217°, 27%, 75%
CMYK
16, 10, 0, 18
Luminance
0.4968
Every format
| HEX | #afbcd1 |
| RGB | rgb(175, 188, 209) |
| HSL | hsl(217, 27%, 75%) |
| CMYK | cmyk(16%, 10%, 0%, 18%) |
| LAB | lab(75.9 -0.1 -12.1) |
| LCH | lch(75.9 12.1 269.3) |
| OKLCH | oklch(0.792 0.033 260.0) |
Copy-ready code
/* CSS */
color: #afbcd1;
background-color: #afbcd1;
/* Tailwind (arbitrary) */
class="text-[#afbcd1] bg-[#afbcd1]"
/* SCSS */
$brand: #afbcd1;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.820)
/* Android */
Color.parseColor("#afbcd1")Accessibility — WCAG contrast
Aa
#afbcd1 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcd1 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue82.0%
CMYK percentages
Cyan16.3%
Magenta10.0%
Yellow0.0%
Key (black)18.0%
Color previews
#afbcd1 text on a black background
contrast 10.94:1
Card sample
#afbcd1 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcd1;
Background color
Panel with #afbcd1 background
background-color: #afbcd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcd1; background: linear-gradient(135deg, #afbcd1, #B9AFD1);