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