#bbc4fc
a pale, electric blue · warm · closest name: lavender
RGB
187, 196, 252
HSL
232°, 92%, 86%
CMYK
26, 22, 0, 1
Luminance
0.5707
Every format
| HEX | #bbc4fc |
| RGB | rgb(187, 196, 252) |
| HSL | hsl(232, 92%, 86%) |
| CMYK | cmyk(26%, 22%, 0%, 1%) |
| LAB | lab(80.2 8.9 -28.5) |
| LCH | lch(80.2 29.9 287.3) |
| OKLCH | oklch(0.833 0.079 277.4) |
Copy-ready code
/* CSS */
color: #bbc4fc;
background-color: #bbc4fc;
/* Tailwind (arbitrary) */
class="text-[#bbc4fc] bg-[#bbc4fc]"
/* SCSS */
$brand: #bbc4fc;
/* SwiftUI */
Color(red: 0.733, green: 0.769, blue: 0.988)
/* Android */
Color.parseColor("#bbc4fc")Accessibility — WCAG contrast
Aa
#bbc4fc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc4fc on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.9%
Blue98.8%
CMYK percentages
Cyan25.8%
Magenta22.2%
Yellow0.0%
Key (black)1.2%
Color previews
#bbc4fc text on a black background
contrast 12.41:1
Card sample
#bbc4fc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc4fc;
Background color
Panel with #bbc4fc background
background-color: #bbc4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 196, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 196, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc4fc; background: linear-gradient(135deg, #bbc4fc, #DDBBFC);