#b1acec
a light, vivid blue · warm · closest name: plum
RGB
177, 172, 236
HSL
245°, 63%, 80%
CMYK
25, 27, 0, 8
Luminance
0.4491
Every format
| HEX | #b1acec |
| RGB | rgb(177, 172, 236) |
| HSL | hsl(245, 63%, 80%) |
| CMYK | cmyk(25%, 27%, 0%, 8%) |
| LAB | lab(72.8 15.3 -31.3) |
| LCH | lch(72.8 34.9 296.1) |
| OKLCH | oklch(0.772 0.091 287.6) |
Copy-ready code
/* CSS */
color: #b1acec;
background-color: #b1acec;
/* Tailwind (arbitrary) */
class="text-[#b1acec] bg-[#b1acec]"
/* SCSS */
$brand: #b1acec;
/* SwiftUI */
Color(red: 0.694, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#b1acec")Accessibility — WCAG contrast
Aa
#b1acec on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1acec on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green67.5%
Blue92.5%
CMYK percentages
Cyan25.0%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#b1acec text on a black background
contrast 9.98:1
Card sample
#b1acec text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1acec;
Background color
Panel with #b1acec background
background-color: #b1acec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1acec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1acec; background: linear-gradient(135deg, #b1acec, #DCACEC);