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