#b2b7f6
a light, electric blue · warm · closest name: plum
RGB
178, 183, 246
HSL
236°, 79%, 83%
CMYK
28, 26, 0, 4
Luminance
0.4999
Every format
| HEX | #b2b7f6 |
| RGB | rgb(178, 183, 246) |
| HSL | hsl(236, 79%, 83%) |
| CMYK | cmyk(28%, 26%, 0%, 4%) |
| LAB | lab(76.1 11.9 -31.8) |
| LCH | lch(76.1 33.9 290.6) |
| OKLCH | oklch(0.798 0.089 280.6) |
Copy-ready code
/* CSS */
color: #b2b7f6;
background-color: #b2b7f6;
/* Tailwind (arbitrary) */
class="text-[#b2b7f6] bg-[#b2b7f6]"
/* SCSS */
$brand: #b2b7f6;
/* SwiftUI */
Color(red: 0.698, green: 0.718, blue: 0.965)
/* Android */
Color.parseColor("#b2b7f6")Accessibility — WCAG contrast
Aa
#b2b7f6 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2b7f6 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green71.8%
Blue96.5%
CMYK percentages
Cyan27.6%
Magenta25.6%
Yellow0.0%
Key (black)3.5%
Color previews
#b2b7f6 text on a black background
contrast 11.00:1
Card sample
#b2b7f6 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2b7f6;
Background color
Panel with #b2b7f6 background
background-color: #b2b7f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2b7f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 183, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 183, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2b7f6; background: linear-gradient(135deg, #b2b7f6, #DAB2F6);