#afbac8
a light, soft blue · cool · closest name: silver
RGB
175, 186, 200
HSL
214°, 19%, 74%
CMYK
13, 7, 0, 22
Luminance
0.4840
Every format
| HEX | #afbac8 |
| RGB | rgb(175, 186, 200) |
| HSL | hsl(214, 19%, 74%) |
| CMYK | cmyk(13%, 7%, 0%, 22%) |
| LAB | lab(75.1 -1.0 -8.4) |
| LCH | lch(75.1 8.4 263.3) |
| OKLCH | oklch(0.785 0.023 254.4) |
Copy-ready code
/* CSS */
color: #afbac8;
background-color: #afbac8;
/* Tailwind (arbitrary) */
class="text-[#afbac8] bg-[#afbac8]"
/* SCSS */
$brand: #afbac8;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.784)
/* Android */
Color.parseColor("#afbac8")Accessibility — WCAG contrast
Aa
#afbac8 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbac8 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue78.4%
CMYK percentages
Cyan12.5%
Magenta7.0%
Yellow0.0%
Key (black)21.6%
Color previews
#afbac8 text on a black background
contrast 10.68:1
Card sample
#afbac8 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbac8;
Background color
Panel with #afbac8 background
background-color: #afbac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbac8; background: linear-gradient(135deg, #afbac8, #B5AFC8);