#afb2cd
a light, soft blue · warm · closest name: silver
RGB
175, 178, 205
HSL
234°, 23%, 75%
CMYK
15, 13, 0, 20
Luminance
0.4536
Every format
| HEX | #afb2cd |
| RGB | rgb(175, 178, 205) |
| HSL | hsl(234, 23%, 75%) |
| CMYK | cmyk(15%, 13%, 0%, 20%) |
| LAB | lab(73.1 4.4 -14.0) |
| LCH | lch(73.1 14.7 287.5) |
| OKLCH | oklch(0.770 0.038 280.4) |
Copy-ready code
/* CSS */
color: #afb2cd;
background-color: #afb2cd;
/* Tailwind (arbitrary) */
class="text-[#afb2cd] bg-[#afb2cd]"
/* SCSS */
$brand: #afb2cd;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.804)
/* Android */
Color.parseColor("#afb2cd")Accessibility — WCAG contrast
Aa
#afb2cd on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb2cd on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta13.2%
Yellow0.0%
Key (black)19.6%
Color previews
#afb2cd text on a black background
contrast 10.07:1
Card sample
#afb2cd text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb2cd;
Background color
Panel with #afb2cd background
background-color: #afb2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb2cd; background: linear-gradient(135deg, #afb2cd, #C0AFCD);