#afbbca
a light, soft blue · cool · closest name: silver
RGB
175, 187, 202
HSL
213°, 20%, 74%
CMYK
13, 7, 0, 21
Luminance
0.4892
Every format
| HEX | #afbbca |
| RGB | rgb(175, 187, 202) |
| HSL | hsl(213, 20%, 74%) |
| CMYK | cmyk(13%, 7%, 0%, 21%) |
| LAB | lab(75.4 -1.1 -9.0) |
| LCH | lch(75.4 9.0 263.0) |
| OKLCH | oklch(0.787 0.025 254.0) |
Copy-ready code
/* CSS */
color: #afbbca;
background-color: #afbbca;
/* Tailwind (arbitrary) */
class="text-[#afbbca] bg-[#afbbca]"
/* SCSS */
$brand: #afbbca;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.792)
/* Android */
Color.parseColor("#afbbca")Accessibility — WCAG contrast
Aa
#afbbca on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbca on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue79.2%
CMYK percentages
Cyan13.4%
Magenta7.4%
Yellow0.0%
Key (black)20.8%
Color previews
#afbbca text on a black background
contrast 10.78:1
Card sample
#afbbca text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbca;
Background color
Panel with #afbbca background
background-color: #afbbca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbca; background: linear-gradient(135deg, #afbbca, #B5AFCA);