#b7aef4
a light, electric blue · warm · closest name: plum
RGB
183, 174, 244
HSL
248°, 76%, 82%
CMYK
25, 29, 0, 4
Luminance
0.4687
Every format
| HEX | #b7aef4 |
| RGB | rgb(183, 174, 244) |
| HSL | hsl(248, 76%, 82%) |
| CMYK | cmyk(25%, 29%, 0%, 4%) |
| LAB | lab(74.1 17.9 -33.7) |
| LCH | lch(74.1 38.1 298.0) |
| OKLCH | oklch(0.784 0.099 289.8) |
Copy-ready code
/* CSS */
color: #b7aef4;
background-color: #b7aef4;
/* Tailwind (arbitrary) */
class="text-[#b7aef4] bg-[#b7aef4]"
/* SCSS */
$brand: #b7aef4;
/* SwiftUI */
Color(red: 0.718, green: 0.682, blue: 0.957)
/* Android */
Color.parseColor("#b7aef4")Accessibility — WCAG contrast
Aa
#b7aef4 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7aef4 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green68.2%
Blue95.7%
CMYK percentages
Cyan25.0%
Magenta28.7%
Yellow0.0%
Key (black)4.3%
Color previews
#b7aef4 text on a black background
contrast 10.37:1
Card sample
#b7aef4 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7aef4;
Background color
Panel with #b7aef4 background
background-color: #b7aef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7aef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 174, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 174, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7aef4; background: linear-gradient(135deg, #b7aef4, #E6AEF4);