#afbfca
a light, soft blue · cool · closest name: silver
RGB
175, 191, 202
HSL
204°, 20%, 74%
CMYK
13, 5, 0, 21
Luminance
0.5064
Every format
| HEX | #afbfca |
| RGB | rgb(175, 191, 202) |
| HSL | hsl(204, 20%, 74%) |
| CMYK | cmyk(13%, 5%, 0%, 21%) |
| LAB | lab(76.5 -3.2 -7.4) |
| LCH | lch(76.5 8.1 246.3) |
| OKLCH | oklch(0.796 0.024 237.7) |
Copy-ready code
/* CSS */
color: #afbfca;
background-color: #afbfca;
/* Tailwind (arbitrary) */
class="text-[#afbfca] bg-[#afbfca]"
/* SCSS */
$brand: #afbfca;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.792)
/* Android */
Color.parseColor("#afbfca")Accessibility — WCAG contrast
Aa
#afbfca on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfca on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue79.2%
CMYK percentages
Cyan13.4%
Magenta5.4%
Yellow0.0%
Key (black)20.8%
Color previews
#afbfca text on a black background
contrast 11.13:1
Card sample
#afbfca text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfca;
Background color
Panel with #afbfca background
background-color: #afbfca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfca; background: linear-gradient(135deg, #afbfca, #B1AFCA);