#b1acef
a light, vivid blue · warm · closest name: plum
RGB
177, 172, 239
HSL
245°, 68%, 81%
CMYK
26, 28, 0, 6
Luminance
0.4508
Every format
| HEX | #b1acef |
| RGB | rgb(177, 172, 239) |
| HSL | hsl(245, 68%, 81%) |
| CMYK | cmyk(26%, 28%, 0%, 6%) |
| LAB | lab(73.0 16.1 -32.8) |
| LCH | lch(73.0 36.5 296.1) |
| OKLCH | oklch(0.773 0.095 287.4) |
Copy-ready code
/* CSS */
color: #b1acef;
background-color: #b1acef;
/* Tailwind (arbitrary) */
class="text-[#b1acef] bg-[#b1acef]"
/* SCSS */
$brand: #b1acef;
/* SwiftUI */
Color(red: 0.694, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#b1acef")Accessibility — WCAG contrast
Aa
#b1acef on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1acef on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green67.5%
Blue93.7%
CMYK percentages
Cyan25.9%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#b1acef text on a black background
contrast 10.02:1
Card sample
#b1acef text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1acef;
Background color
Panel with #b1acef background
background-color: #b1acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1acef; background: linear-gradient(135deg, #b1acef, #DEACEF);