#b3accc
a light, soft blue · warm · closest name: silver
RGB
179, 172, 204
HSL
253°, 24%, 74%
CMYK
12, 16, 0, 20
Luminance
0.4345
Every format
| HEX | #b3accc |
| RGB | rgb(179, 172, 204) |
| HSL | hsl(253, 24%, 74%) |
| CMYK | cmyk(12%, 16%, 0%, 20%) |
| LAB | lab(71.9 8.8 -15.3) |
| LCH | lch(71.9 17.7 299.8) |
| OKLCH | oklch(0.761 0.046 295.3) |
Copy-ready code
/* CSS */
color: #b3accc;
background-color: #b3accc;
/* Tailwind (arbitrary) */
class="text-[#b3accc] bg-[#b3accc]"
/* SCSS */
$brand: #b3accc;
/* SwiftUI */
Color(red: 0.702, green: 0.675, blue: 0.800)
/* Android */
Color.parseColor("#b3accc")Accessibility — WCAG contrast
Aa
#b3accc on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3accc on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green67.5%
Blue80.0%
CMYK percentages
Cyan12.3%
Magenta15.7%
Yellow0.0%
Key (black)20.0%
Color previews
#b3accc text on a black background
contrast 9.69:1
Card sample
#b3accc text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3accc;
Background color
Panel with #b3accc background
background-color: #b3accc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3accc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 172, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 172, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3accc; background: linear-gradient(135deg, #b3accc, #C8ACCC);