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