#afbedc
a light, soft blue · cool · closest name: silver
RGB
175, 190, 220
HSL
220°, 39%, 78%
CMYK
21, 14, 0, 14
Luminance
0.5111
Every format
| HEX | #afbedc |
| RGB | rgb(175, 190, 220) |
| HSL | hsl(220, 39%, 78%) |
| CMYK | cmyk(21%, 14%, 0%, 14%) |
| LAB | lab(76.7 1.2 -16.7) |
| LCH | lch(76.7 16.8 274.0) |
| OKLCH | oklch(0.800 0.046 264.3) |
Copy-ready code
/* CSS */
color: #afbedc;
background-color: #afbedc;
/* Tailwind (arbitrary) */
class="text-[#afbedc] bg-[#afbedc]"
/* SCSS */
$brand: #afbedc;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.863)
/* Android */
Color.parseColor("#afbedc")Accessibility — WCAG contrast
Aa
#afbedc on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbedc on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta13.6%
Yellow0.0%
Key (black)13.7%
Color previews
#afbedc text on a black background
contrast 11.22:1
Card sample
#afbedc text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbedc;
Background color
Panel with #afbedc background
background-color: #afbedc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbedc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbedc; background: linear-gradient(135deg, #afbedc, #BEAFDC);