#afb8cd
a light, soft blue · cool · closest name: silver
RGB
175, 184, 205
HSL
222°, 23%, 75%
CMYK
15, 10, 0, 20
Luminance
0.4780
Every format
| HEX | #afb8cd |
| RGB | rgb(175, 184, 205) |
| HSL | hsl(222, 23%, 75%) |
| CMYK | cmyk(15%, 10%, 0%, 20%) |
| LAB | lab(74.7 1.1 -11.6) |
| LCH | lch(74.7 11.7 275.6) |
| OKLCH | oklch(0.782 0.032 267.1) |
Copy-ready code
/* CSS */
color: #afb8cd;
background-color: #afb8cd;
/* Tailwind (arbitrary) */
class="text-[#afb8cd] bg-[#afb8cd]"
/* SCSS */
$brand: #afb8cd;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.804)
/* Android */
Color.parseColor("#afb8cd")Accessibility — WCAG contrast
Aa
#afb8cd on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb8cd on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta10.2%
Yellow0.0%
Key (black)19.6%
Color previews
#afb8cd text on a black background
contrast 10.56:1
Card sample
#afb8cd text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb8cd;
Background color
Panel with #afb8cd background
background-color: #afb8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb8cd; background: linear-gradient(135deg, #afb8cd, #BAAFCD);