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