#bbc2fb
a pale, electric blue · warm · closest name: lavender
RGB
187, 194, 251
HSL
233°, 89%, 86%
CMYK
26, 23, 0, 2
Luminance
0.5611
Every format
| HEX | #bbc2fb |
| RGB | rgb(187, 194, 251) |
| HSL | hsl(233, 89%, 86%) |
| CMYK | cmyk(26%, 23%, 0%, 2%) |
| LAB | lab(79.7 9.7 -28.8) |
| LCH | lch(79.7 30.4 288.6) |
| OKLCH | oklch(0.828 0.080 279.0) |
Copy-ready code
/* CSS */
color: #bbc2fb;
background-color: #bbc2fb;
/* Tailwind (arbitrary) */
class="text-[#bbc2fb] bg-[#bbc2fb]"
/* SCSS */
$brand: #bbc2fb;
/* SwiftUI */
Color(red: 0.733, green: 0.761, blue: 0.984)
/* Android */
Color.parseColor("#bbc2fb")Accessibility — WCAG contrast
Aa
#bbc2fb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc2fb on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.1%
Blue98.4%
CMYK percentages
Cyan25.5%
Magenta22.7%
Yellow0.0%
Key (black)1.6%
Color previews
#bbc2fb text on a black background
contrast 12.22:1
Card sample
#bbc2fb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc2fb;
Background color
Panel with #bbc2fb background
background-color: #bbc2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 194, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 194, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc2fb; background: linear-gradient(135deg, #bbc2fb, #DFBBFB);