#bbc3f1
a light, vivid blue · warm · closest name: lavender
RGB
187, 195, 241
HSL
231°, 66%, 84%
CMYK
22, 19, 0, 6
Luminance
0.5595
Every format
| HEX | #bbc3f1 |
| RGB | rgb(187, 195, 241) |
| HSL | hsl(231, 66%, 84%) |
| CMYK | cmyk(22%, 19%, 0%, 6%) |
| LAB | lab(79.6 6.9 -23.6) |
| LCH | lch(79.6 24.6 286.2) |
| OKLCH | oklch(0.827 0.065 277.2) |
Copy-ready code
/* CSS */
color: #bbc3f1;
background-color: #bbc3f1;
/* Tailwind (arbitrary) */
class="text-[#bbc3f1] bg-[#bbc3f1]"
/* SCSS */
$brand: #bbc3f1;
/* SwiftUI */
Color(red: 0.733, green: 0.765, blue: 0.945)
/* Android */
Color.parseColor("#bbc3f1")Accessibility — WCAG contrast
Aa
#bbc3f1 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc3f1 on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.5%
Blue94.5%
CMYK percentages
Cyan22.4%
Magenta19.1%
Yellow0.0%
Key (black)5.5%
Color previews
#bbc3f1 text on a black background
contrast 12.19:1
Card sample
#bbc3f1 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc3f1;
Background color
Panel with #bbc3f1 background
background-color: #bbc3f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc3f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 195, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 195, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc3f1; background: linear-gradient(135deg, #bbc3f1, #D7BBF1);