#b2befd
a light, electric blue · warm · closest name: plum
RGB
178, 190, 253
HSL
230°, 95%, 85%
CMYK
30, 25, 0, 1
Luminance
0.5338
Every format
| HEX | #b2befd |
| RGB | rgb(178, 190, 253) |
| HSL | hsl(230, 95%, 85%) |
| CMYK | cmyk(30%, 25%, 0%, 1%) |
| LAB | lab(78.1 9.8 -32.4) |
| LCH | lch(78.1 33.8 286.8) |
| OKLCH | oklch(0.815 0.090 275.9) |
Copy-ready code
/* CSS */
color: #b2befd;
background-color: #b2befd;
/* Tailwind (arbitrary) */
class="text-[#b2befd] bg-[#b2befd]"
/* SCSS */
$brand: #b2befd;
/* SwiftUI */
Color(red: 0.698, green: 0.745, blue: 0.992)
/* Android */
Color.parseColor("#b2befd")Accessibility — WCAG contrast
Aa
#b2befd on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2befd on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green74.5%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta24.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b2befd text on a black background
contrast 11.68:1
Card sample
#b2befd text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2befd;
Background color
Panel with #b2befd background
background-color: #b2befd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2befd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 190, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 190, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2befd; background: linear-gradient(135deg, #b2befd, #D8B2FD);