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