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