#afbfd6
a light, soft blue · cool · closest name: silver
RGB
175, 191, 214
HSL
215°, 32%, 76%
CMYK
18, 11, 0, 16
Luminance
0.5123
Every format
| HEX | #afbfd6 |
| RGB | rgb(175, 191, 214) |
| HSL | hsl(215, 32%, 76%) |
| CMYK | cmyk(18%, 11%, 0%, 16%) |
| LAB | lab(76.8 -0.7 -13.3) |
| LCH | lch(76.8 13.4 267.1) |
| OKLCH | oklch(0.800 0.037 257.4) |
Copy-ready code
/* CSS */
color: #afbfd6;
background-color: #afbfd6;
/* Tailwind (arbitrary) */
class="text-[#afbfd6] bg-[#afbfd6]"
/* SCSS */
$brand: #afbfd6;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#afbfd6")Accessibility — WCAG contrast
Aa
#afbfd6 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfd6 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue83.9%
CMYK percentages
Cyan18.2%
Magenta10.7%
Yellow0.0%
Key (black)16.1%
Color previews
#afbfd6 text on a black background
contrast 11.25:1
Card sample
#afbfd6 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfd6;
Background color
Panel with #afbfd6 background
background-color: #afbfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfd6; background: linear-gradient(135deg, #afbfd6, #B9AFD6);