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