#afbcd3
a light, soft blue · cool · closest name: silver
RGB
175, 188, 211
HSL
218°, 29%, 76%
CMYK
17, 11, 0, 17
Luminance
0.4978
Every format
| HEX | #afbcd3 |
| RGB | rgb(175, 188, 211) |
| HSL | hsl(218, 29%, 76%) |
| CMYK | cmyk(17%, 11%, 0%, 17%) |
| LAB | lab(75.9 0.3 -13.1) |
| LCH | lch(75.9 13.1 271.2) |
| OKLCH | oklch(0.793 0.036 261.9) |
Copy-ready code
/* CSS */
color: #afbcd3;
background-color: #afbcd3;
/* Tailwind (arbitrary) */
class="text-[#afbcd3] bg-[#afbcd3]"
/* SCSS */
$brand: #afbcd3;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.827)
/* Android */
Color.parseColor("#afbcd3")Accessibility — WCAG contrast
Aa
#afbcd3 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcd3 on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta10.9%
Yellow0.0%
Key (black)17.3%
Color previews
#afbcd3 text on a black background
contrast 10.96:1
Card sample
#afbcd3 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcd3;
Background color
Panel with #afbcd3 background
background-color: #afbcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcd3; background: linear-gradient(135deg, #afbcd3, #BAAFD3);