#b7bae7
a light, vivid blue · warm · closest name: lavender
RGB
183, 186, 231
HSL
236°, 50%, 81%
CMYK
21, 20, 0, 9
Luminance
0.5095
Every format
| HEX | #b7bae7 |
| RGB | rgb(183, 186, 231) |
| HSL | hsl(236, 50%, 81%) |
| CMYK | cmyk(21%, 20%, 0%, 9%) |
| LAB | lab(76.7 8.3 -22.7) |
| LCH | lch(76.7 24.2 290.0) |
| OKLCH | oklch(0.802 0.064 281.9) |
Copy-ready code
/* CSS */
color: #b7bae7;
background-color: #b7bae7;
/* Tailwind (arbitrary) */
class="text-[#b7bae7] bg-[#b7bae7]"
/* SCSS */
$brand: #b7bae7;
/* SwiftUI */
Color(red: 0.718, green: 0.729, blue: 0.906)
/* Android */
Color.parseColor("#b7bae7")Accessibility — WCAG contrast
Aa
#b7bae7 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7bae7 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green72.9%
Blue90.6%
CMYK percentages
Cyan20.8%
Magenta19.5%
Yellow0.0%
Key (black)9.4%
Color previews
#b7bae7 text on a black background
contrast 11.19:1
Card sample
#b7bae7 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7bae7;
Background color
Panel with #b7bae7 background
background-color: #b7bae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7bae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 186, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 186, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7bae7; background: linear-gradient(135deg, #b7bae7, #D4B7E7);