#bbcbf7
a pale, electric blue · cool · closest name: lavender
RGB
187, 203, 247
HSL
224°, 79%, 85%
CMYK
24, 18, 0, 3
Luminance
0.5999
Every format
| HEX | #bbcbf7 |
| RGB | rgb(187, 203, 247) |
| HSL | hsl(224, 79%, 85%) |
| CMYK | cmyk(24%, 18%, 0%, 3%) |
| LAB | lab(81.8 3.9 -23.4) |
| LCH | lch(81.8 23.7 279.6) |
| OKLCH | oklch(0.845 0.064 269.3) |
Copy-ready code
/* CSS */
color: #bbcbf7;
background-color: #bbcbf7;
/* Tailwind (arbitrary) */
class="text-[#bbcbf7] bg-[#bbcbf7]"
/* SCSS */
$brand: #bbcbf7;
/* SwiftUI */
Color(red: 0.733, green: 0.796, blue: 0.969)
/* Android */
Color.parseColor("#bbcbf7")Accessibility — WCAG contrast
Aa
#bbcbf7 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcbf7 on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.6%
Blue96.9%
CMYK percentages
Cyan24.3%
Magenta17.8%
Yellow0.0%
Key (black)3.1%
Color previews
#bbcbf7 text on a black background
contrast 13.00:1
Card sample
#bbcbf7 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcbf7;
Background color
Panel with #bbcbf7 background
background-color: #bbcbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 203, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 203, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcbf7; background: linear-gradient(135deg, #bbcbf7, #D3BBF7);