#b4acef
a light, vivid blue · warm · closest name: plum
RGB
180, 172, 239
HSL
247°, 68%, 81%
CMYK
25, 28, 0, 6
Luminance
0.4544
Every format
| HEX | #b4acef |
| RGB | rgb(180, 172, 239) |
| HSL | hsl(247, 68%, 81%) |
| CMYK | cmyk(25%, 28%, 0%, 6%) |
| LAB | lab(73.2 16.9 -32.4) |
| LCH | lch(73.2 36.6 297.6) |
| OKLCH | oklch(0.775 0.095 289.5) |
Copy-ready code
/* CSS */
color: #b4acef;
background-color: #b4acef;
/* Tailwind (arbitrary) */
class="text-[#b4acef] bg-[#b4acef]"
/* SCSS */
$brand: #b4acef;
/* SwiftUI */
Color(red: 0.706, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#b4acef")Accessibility — WCAG contrast
Aa
#b4acef on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4acef on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green67.5%
Blue93.7%
CMYK percentages
Cyan24.7%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#b4acef text on a black background
contrast 10.09:1
Card sample
#b4acef text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4acef;
Background color
Panel with #b4acef background
background-color: #b4acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4acef; background: linear-gradient(135deg, #b4acef, #E1ACEF);