#b2baf6
a light, electric blue · warm · closest name: plum
RGB
178, 186, 246
HSL
233°, 79%, 83%
CMYK
28, 24, 0, 4
Luminance
0.5124
Every format
| HEX | #b2baf6 |
| RGB | rgb(178, 186, 246) |
| HSL | hsl(233, 79%, 83%) |
| CMYK | cmyk(28%, 24%, 0%, 4%) |
| LAB | lab(76.8 10.3 -30.6) |
| LCH | lch(76.8 32.3 288.6) |
| OKLCH | oklch(0.804 0.085 278.4) |
Copy-ready code
/* CSS */
color: #b2baf6;
background-color: #b2baf6;
/* Tailwind (arbitrary) */
class="text-[#b2baf6] bg-[#b2baf6]"
/* SCSS */
$brand: #b2baf6;
/* SwiftUI */
Color(red: 0.698, green: 0.729, blue: 0.965)
/* Android */
Color.parseColor("#b2baf6")Accessibility — WCAG contrast
Aa
#b2baf6 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2baf6 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green72.9%
Blue96.5%
CMYK percentages
Cyan27.6%
Magenta24.4%
Yellow0.0%
Key (black)3.5%
Color previews
#b2baf6 text on a black background
contrast 11.25:1
Card sample
#b2baf6 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2baf6;
Background color
Panel with #b2baf6 background
background-color: #b2baf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2baf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 186, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 186, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2baf6; background: linear-gradient(135deg, #b2baf6, #D7B2F6);