#afbbd2
a light, soft blue · cool · closest name: silver
RGB
175, 187, 210
HSL
219°, 28%, 76%
CMYK
17, 11, 0, 18
Luminance
0.4931
Every format
| HEX | #afbbd2 |
| RGB | rgb(175, 187, 210) |
| HSL | hsl(219, 28%, 76%) |
| CMYK | cmyk(17%, 11%, 0%, 18%) |
| LAB | lab(75.6 0.6 -12.9) |
| LCH | lch(75.6 13.0 272.7) |
| OKLCH | oklch(0.790 0.035 263.5) |
Copy-ready code
/* CSS */
color: #afbbd2;
background-color: #afbbd2;
/* Tailwind (arbitrary) */
class="text-[#afbbd2] bg-[#afbbd2]"
/* SCSS */
$brand: #afbbd2;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.824)
/* Android */
Color.parseColor("#afbbd2")Accessibility — WCAG contrast
Aa
#afbbd2 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbd2 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue82.4%
CMYK percentages
Cyan16.7%
Magenta11.0%
Yellow0.0%
Key (black)17.6%
Color previews
#afbbd2 text on a black background
contrast 10.86:1
Card sample
#afbbd2 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbd2;
Background color
Panel with #afbbd2 background
background-color: #afbbd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbd2; background: linear-gradient(135deg, #afbbd2, #BAAFD2);