#b8bfea
a light, vivid blue · warm · closest name: lavender
RGB
184, 191, 234
HSL
232°, 54%, 82%
CMYK
21, 18, 0, 8
Luminance
0.5339
Every format
| HEX | #b8bfea |
| RGB | rgb(184, 191, 234) |
| HSL | hsl(232, 54%, 82%) |
| CMYK | cmyk(21%, 18%, 0%, 8%) |
| LAB | lab(78.1 6.5 -22.1) |
| LCH | lch(78.1 23.1 286.5) |
| OKLCH | oklch(0.814 0.061 277.7) |
Copy-ready code
/* CSS */
color: #b8bfea;
background-color: #b8bfea;
/* Tailwind (arbitrary) */
class="text-[#b8bfea] bg-[#b8bfea]"
/* SCSS */
$brand: #b8bfea;
/* SwiftUI */
Color(red: 0.722, green: 0.749, blue: 0.918)
/* Android */
Color.parseColor("#b8bfea")Accessibility — WCAG contrast
Aa
#b8bfea on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8bfea on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green74.9%
Blue91.8%
CMYK percentages
Cyan21.4%
Magenta18.4%
Yellow0.0%
Key (black)8.2%
Color previews
#b8bfea text on a black background
contrast 11.68:1
Card sample
#b8bfea text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8bfea;
Background color
Panel with #b8bfea background
background-color: #b8bfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8bfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 191, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 191, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8bfea; background: linear-gradient(135deg, #b8bfea, #D2B8EA);