#bbcafb
a pale, electric blue · warm · closest name: lavender
RGB
187, 202, 251
HSL
226°, 89%, 86%
CMYK
26, 20, 0, 2
Luminance
0.5977
Every format
| HEX | #bbcafb |
| RGB | rgb(187, 202, 251) |
| HSL | hsl(226, 89%, 86%) |
| CMYK | cmyk(26%, 20%, 0%, 2%) |
| LAB | lab(81.7 5.4 -25.7) |
| LCH | lch(81.7 26.3 281.9) |
| OKLCH | oklch(0.844 0.071 271.5) |
Copy-ready code
/* CSS */
color: #bbcafb;
background-color: #bbcafb;
/* Tailwind (arbitrary) */
class="text-[#bbcafb] bg-[#bbcafb]"
/* SCSS */
$brand: #bbcafb;
/* SwiftUI */
Color(red: 0.733, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#bbcafb")Accessibility — WCAG contrast
Aa
#bbcafb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcafb on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.2%
Blue98.4%
CMYK percentages
Cyan25.5%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#bbcafb text on a black background
contrast 12.95:1
Card sample
#bbcafb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcafb;
Background color
Panel with #bbcafb background
background-color: #bbcafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcafb; background: linear-gradient(135deg, #bbcafb, #D7BBFB);