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