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