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