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