#b2bcf3
a light, vivid blue · warm · closest name: lavender
RGB
178, 188, 243
HSL
231°, 73%, 83%
CMYK
27, 23, 0, 5
Luminance
0.5190
Every format
| HEX | #b2bcf3 |
| RGB | rgb(178, 188, 243) |
| HSL | hsl(231, 73%, 83%) |
| CMYK | cmyk(27%, 23%, 0%, 5%) |
| LAB | lab(77.2 8.5 -28.4) |
| LCH | lch(77.2 29.6 286.6) |
| OKLCH | oklch(0.807 0.079 276.5) |
Copy-ready code
/* CSS */
color: #b2bcf3;
background-color: #b2bcf3;
/* Tailwind (arbitrary) */
class="text-[#b2bcf3] bg-[#b2bcf3]"
/* SCSS */
$brand: #b2bcf3;
/* SwiftUI */
Color(red: 0.698, green: 0.737, blue: 0.953)
/* Android */
Color.parseColor("#b2bcf3")Accessibility — WCAG contrast
Aa
#b2bcf3 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2bcf3 on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green73.7%
Blue95.3%
CMYK percentages
Cyan26.7%
Magenta22.6%
Yellow0.0%
Key (black)4.7%
Color previews
#b2bcf3 text on a black background
contrast 11.38:1
Card sample
#b2bcf3 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2bcf3;
Background color
Panel with #b2bcf3 background
background-color: #b2bcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2bcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 188, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 188, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2bcf3; background: linear-gradient(135deg, #b2bcf3, #D3B2F3);