#b7bafe
a pale, electric blue · warm · closest name: plum
RGB
183, 186, 254
HSL
238°, 97%, 86%
CMYK
28, 27, 0, 0
Luminance
0.5234
Every format
| HEX | #b7bafe |
| RGB | rgb(183, 186, 254) |
| HSL | hsl(238, 97%, 86%) |
| CMYK | cmyk(28%, 27%, 0%, 0%) |
| LAB | lab(77.5 13.6 -33.8) |
| LCH | lch(77.5 36.5 292.0) |
| OKLCH | oklch(0.811 0.096 282.1) |
Copy-ready code
/* CSS */
color: #b7bafe;
background-color: #b7bafe;
/* Tailwind (arbitrary) */
class="text-[#b7bafe] bg-[#b7bafe]"
/* SCSS */
$brand: #b7bafe;
/* SwiftUI */
Color(red: 0.718, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#b7bafe")Accessibility — WCAG contrast
Aa
#b7bafe on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7bafe on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green72.9%
Blue99.6%
CMYK percentages
Cyan28.0%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#b7bafe text on a black background
contrast 11.47:1
Card sample
#b7bafe text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7bafe;
Background color
Panel with #b7bafe background
background-color: #b7bafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7bafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7bafe; background: linear-gradient(135deg, #b7bafe, #E3B7FE);