#b2accb
a light, soft blue · warm · closest name: silver
RGB
178, 172, 203
HSL
252°, 23%, 74%
CMYK
12, 15, 0, 20
Luminance
0.4328
Every format
| HEX | #b2accb |
| RGB | rgb(178, 172, 203) |
| HSL | hsl(252, 23%, 74%) |
| CMYK | cmyk(12%, 15%, 0%, 20%) |
| LAB | lab(71.8 8.3 -15.0) |
| LCH | lch(71.8 17.1 298.9) |
| OKLCH | oklch(0.759 0.044 294.2) |
Copy-ready code
/* CSS */
color: #b2accb;
background-color: #b2accb;
/* Tailwind (arbitrary) */
class="text-[#b2accb] bg-[#b2accb]"
/* SCSS */
$brand: #b2accb;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.796)
/* Android */
Color.parseColor("#b2accb")Accessibility — WCAG contrast
Aa
#b2accb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2accb on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue79.6%
CMYK percentages
Cyan12.3%
Magenta15.3%
Yellow0.0%
Key (black)20.4%
Color previews
#b2accb text on a black background
contrast 9.66:1
Card sample
#b2accb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2accb;
Background color
Panel with #b2accb background
background-color: #b2accb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2accb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2accb; background: linear-gradient(135deg, #b2accb, #C7ACCB);