#bbccfb
a pale, electric blue · cool · closest name: lavender
RGB
187, 204, 251
HSL
224°, 89%, 86%
CMYK
26, 19, 0, 2
Luminance
0.6072
Every format
| HEX | #bbccfb |
| RGB | rgb(187, 204, 251) |
| HSL | hsl(224, 89%, 86%) |
| CMYK | cmyk(26%, 19%, 0%, 2%) |
| LAB | lab(82.2 4.3 -24.9) |
| LCH | lch(82.2 25.3 279.8) |
| OKLCH | oklch(0.848 0.068 269.4) |
Copy-ready code
/* CSS */
color: #bbccfb;
background-color: #bbccfb;
/* Tailwind (arbitrary) */
class="text-[#bbccfb] bg-[#bbccfb]"
/* SCSS */
$brand: #bbccfb;
/* SwiftUI */
Color(red: 0.733, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#bbccfb")Accessibility — WCAG contrast
Aa
#bbccfb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbccfb on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.0%
Blue98.4%
CMYK percentages
Cyan25.5%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#bbccfb text on a black background
contrast 13.14:1
Card sample
#bbccfb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbccfb;
Background color
Panel with #bbccfb background
background-color: #bbccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbccfb; background: linear-gradient(135deg, #bbccfb, #D5BBFB);