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