#afbfdb
a light, soft blue · cool · closest name: silver
RGB
175, 191, 219
HSL
218°, 38%, 77%
CMYK
20, 13, 0, 14
Luminance
0.5149
Every format
| HEX | #afbfdb |
| RGB | rgb(175, 191, 219) |
| HSL | hsl(218, 38%, 77%) |
| CMYK | cmyk(20%, 13%, 0%, 14%) |
| LAB | lab(77.0 0.4 -15.8) |
| LCH | lch(77.0 15.8 271.5) |
| OKLCH | oklch(0.801 0.043 261.7) |
Copy-ready code
/* CSS */
color: #afbfdb;
background-color: #afbfdb;
/* Tailwind (arbitrary) */
class="text-[#afbfdb] bg-[#afbfdb]"
/* SCSS */
$brand: #afbfdb;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#afbfdb")Accessibility — WCAG contrast
Aa
#afbfdb on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfdb on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue85.9%
CMYK percentages
Cyan20.1%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#afbfdb text on a black background
contrast 11.30:1
Card sample
#afbfdb text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfdb;
Background color
Panel with #afbfdb background
background-color: #afbfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfdb; background: linear-gradient(135deg, #afbfdb, #BCAFDB);