#bbc1f8
a pale, electric blue · warm · closest name: lavender
RGB
187, 193, 248
HSL
234°, 81%, 85%
CMYK
25, 22, 0, 3
Luminance
0.5548
Every format
| HEX | #bbc1f8 |
| RGB | rgb(187, 193, 248) |
| HSL | hsl(234, 81%, 85%) |
| CMYK | cmyk(25%, 22%, 0%, 3%) |
| LAB | lab(79.3 9.6 -27.8) |
| LCH | lch(79.3 29.4 289.0) |
| OKLCH | oklch(0.825 0.077 279.7) |
Copy-ready code
/* CSS */
color: #bbc1f8;
background-color: #bbc1f8;
/* Tailwind (arbitrary) */
class="text-[#bbc1f8] bg-[#bbc1f8]"
/* SCSS */
$brand: #bbc1f8;
/* SwiftUI */
Color(red: 0.733, green: 0.757, blue: 0.973)
/* Android */
Color.parseColor("#bbc1f8")Accessibility — WCAG contrast
Aa
#bbc1f8 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc1f8 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green75.7%
Blue97.3%
CMYK percentages
Cyan24.6%
Magenta22.2%
Yellow0.0%
Key (black)2.7%
Color previews
#bbc1f8 text on a black background
contrast 12.10:1
Card sample
#bbc1f8 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc1f8;
Background color
Panel with #bbc1f8 background
background-color: #bbc1f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc1f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 193, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 193, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc1f8; background: linear-gradient(135deg, #bbc1f8, #DEBBF8);