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