#bbc3fc
a pale, electric blue · warm · closest name: lavender
RGB
187, 195, 252
HSL
233°, 92%, 86%
CMYK
26, 23, 0, 1
Luminance
0.5662
Every format
| HEX | #bbc3fc |
| RGB | rgb(187, 195, 252) |
| HSL | hsl(233, 92%, 86%) |
| CMYK | cmyk(26%, 23%, 0%, 1%) |
| LAB | lab(80.0 9.4 -28.9) |
| LCH | lch(80.0 30.4 288.0) |
| OKLCH | oklch(0.831 0.080 278.3) |
Copy-ready code
/* CSS */
color: #bbc3fc;
background-color: #bbc3fc;
/* Tailwind (arbitrary) */
class="text-[#bbc3fc] bg-[#bbc3fc]"
/* SCSS */
$brand: #bbc3fc;
/* SwiftUI */
Color(red: 0.733, green: 0.765, blue: 0.988)
/* Android */
Color.parseColor("#bbc3fc")Accessibility — WCAG contrast
Aa
#bbc3fc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc3fc on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.5%
Blue98.8%
CMYK percentages
Cyan25.8%
Magenta22.6%
Yellow0.0%
Key (black)1.2%
Color previews
#bbc3fc text on a black background
contrast 12.32:1
Card sample
#bbc3fc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc3fc;
Background color
Panel with #bbc3fc background
background-color: #bbc3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 195, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 195, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc3fc; background: linear-gradient(135deg, #bbc3fc, #DEBBFC);