#afbdc8
a light, soft blue · cool · closest name: silver
RGB
175, 189, 200
HSL
206°, 19%, 74%
CMYK
13, 6, 0, 22
Luminance
0.4968
Every format
| HEX | #afbdc8 |
| RGB | rgb(175, 189, 200) |
| HSL | hsl(206, 19%, 74%) |
| CMYK | cmyk(13%, 6%, 0%, 22%) |
| LAB | lab(75.9 -2.6 -7.2) |
| LCH | lch(75.9 7.6 250.2) |
| OKLCH | oklch(0.791 0.022 241.4) |
Copy-ready code
/* CSS */
color: #afbdc8;
background-color: #afbdc8;
/* Tailwind (arbitrary) */
class="text-[#afbdc8] bg-[#afbdc8]"
/* SCSS */
$brand: #afbdc8;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.784)
/* Android */
Color.parseColor("#afbdc8")Accessibility — WCAG contrast
Aa
#afbdc8 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbdc8 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue78.4%
CMYK percentages
Cyan12.5%
Magenta5.5%
Yellow0.0%
Key (black)21.6%
Color previews
#afbdc8 text on a black background
contrast 10.94:1
Card sample
#afbdc8 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbdc8;
Background color
Panel with #afbdc8 background
background-color: #afbdc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbdc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbdc8; background: linear-gradient(135deg, #afbdc8, #B2AFC8);