#b2b7eb
a light, vivid blue · warm · closest name: plum
RGB
178, 183, 235
HSL
235°, 59%, 81%
CMYK
24, 22, 0, 8
Luminance
0.4933
Every format
| HEX | #b2b7eb |
| RGB | rgb(178, 183, 235) |
| HSL | hsl(235, 59%, 81%) |
| CMYK | cmyk(24%, 22%, 0%, 8%) |
| LAB | lab(75.7 9.3 -26.4) |
| LCH | lch(75.7 28.1 289.4) |
| OKLCH | oklch(0.794 0.074 280.3) |
Copy-ready code
/* CSS */
color: #b2b7eb;
background-color: #b2b7eb;
/* Tailwind (arbitrary) */
class="text-[#b2b7eb] bg-[#b2b7eb]"
/* SCSS */
$brand: #b2b7eb;
/* SwiftUI */
Color(red: 0.698, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#b2b7eb")Accessibility — WCAG contrast
Aa
#b2b7eb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2b7eb on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green71.8%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b2b7eb text on a black background
contrast 10.87:1
Card sample
#b2b7eb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2b7eb;
Background color
Panel with #b2b7eb background
background-color: #b2b7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2b7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2b7eb; background: linear-gradient(135deg, #b2b7eb, #D3B2EB);