#afb6cb
a light, soft blue · warm · closest name: silver
RGB
175, 182, 203
HSL
225°, 21%, 74%
CMYK
14, 10, 0, 20
Luminance
0.4688
Every format
| HEX | #afb6cb |
| RGB | rgb(175, 182, 203) |
| HSL | hsl(225, 21%, 74%) |
| CMYK | cmyk(14%, 10%, 0%, 20%) |
| LAB | lab(74.1 1.8 -11.4) |
| LCH | lch(74.1 11.6 279.0) |
| OKLCH | oklch(0.777 0.031 271.0) |
Copy-ready code
/* CSS */
color: #afb6cb;
background-color: #afb6cb;
/* Tailwind (arbitrary) */
class="text-[#afb6cb] bg-[#afb6cb]"
/* SCSS */
$brand: #afb6cb;
/* SwiftUI */
Color(red: 0.686, green: 0.714, blue: 0.796)
/* Android */
Color.parseColor("#afb6cb")Accessibility — WCAG contrast
Aa
#afb6cb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb6cb on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.4%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta10.3%
Yellow0.0%
Key (black)20.4%
Color previews
#afb6cb text on a black background
contrast 10.38:1
Card sample
#afb6cb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb6cb;
Background color
Panel with #afb6cb background
background-color: #afb6cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb6cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 182, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 182, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb6cb; background: linear-gradient(135deg, #afb6cb, #BBAFCB);