#afb2c9
a light, soft blue · warm · closest name: silver
RGB
175, 178, 201
HSL
233°, 19%, 74%
CMYK
13, 11, 0, 21
Luminance
0.4517
Every format
| HEX | #afb2c9 |
| RGB | rgb(175, 178, 201) |
| HSL | hsl(233, 19%, 74%) |
| CMYK | cmyk(13%, 11%, 0%, 21%) |
| LAB | lab(73.0 3.6 -12.0) |
| LCH | lch(73.0 12.5 286.5) |
| OKLCH | oklch(0.769 0.033 279.7) |
Copy-ready code
/* CSS */
color: #afb2c9;
background-color: #afb2c9;
/* Tailwind (arbitrary) */
class="text-[#afb2c9] bg-[#afb2c9]"
/* SCSS */
$brand: #afb2c9;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.788)
/* Android */
Color.parseColor("#afb2c9")Accessibility — WCAG contrast
Aa
#afb2c9 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb2c9 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue78.8%
CMYK percentages
Cyan12.9%
Magenta11.4%
Yellow0.0%
Key (black)21.2%
Color previews
#afb2c9 text on a black background
contrast 10.03:1
Card sample
#afb2c9 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb2c9;
Background color
Panel with #afb2c9 background
background-color: #afb2c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb2c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb2c9; background: linear-gradient(135deg, #afb2c9, #BDAFC9);