#b3afcc
a light, soft blue · warm · closest name: silver
RGB
179, 175, 204
HSL
248°, 22%, 74%
CMYK
12, 14, 0, 20
Luminance
0.4460
Every format
| HEX | #b3afcc |
| RGB | rgb(179, 175, 204) |
| HSL | hsl(248, 22%, 74%) |
| CMYK | cmyk(12%, 14%, 0%, 20%) |
| LAB | lab(72.6 7.1 -14.2) |
| LCH | lch(72.6 15.9 296.7) |
| OKLCH | oklch(0.767 0.041 291.7) |
Copy-ready code
/* CSS */
color: #b3afcc;
background-color: #b3afcc;
/* Tailwind (arbitrary) */
class="text-[#b3afcc] bg-[#b3afcc]"
/* SCSS */
$brand: #b3afcc;
/* SwiftUI */
Color(red: 0.702, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#b3afcc")Accessibility — WCAG contrast
Aa
#b3afcc on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3afcc on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green68.6%
Blue80.0%
CMYK percentages
Cyan12.3%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#b3afcc text on a black background
contrast 9.92:1
Card sample
#b3afcc text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3afcc;
Background color
Panel with #b3afcc background
background-color: #b3afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3afcc; background: linear-gradient(135deg, #b3afcc, #C6AFCC);