#bbcbf8
a pale, electric blue · cool · closest name: lavender
RGB
187, 203, 248
HSL
224°, 81%, 85%
CMYK
25, 18, 0, 3
Luminance
0.6005
Every format
| HEX | #bbcbf8 |
| RGB | rgb(187, 203, 248) |
| HSL | hsl(224, 81%, 85%) |
| CMYK | cmyk(25%, 18%, 0%, 3%) |
| LAB | lab(81.9 4.2 -23.9) |
| LCH | lch(81.9 24.3 279.9) |
| OKLCH | oklch(0.845 0.066 269.6) |
Copy-ready code
/* CSS */
color: #bbcbf8;
background-color: #bbcbf8;
/* Tailwind (arbitrary) */
class="text-[#bbcbf8] bg-[#bbcbf8]"
/* SCSS */
$brand: #bbcbf8;
/* SwiftUI */
Color(red: 0.733, green: 0.796, blue: 0.973)
/* Android */
Color.parseColor("#bbcbf8")Accessibility — WCAG contrast
Aa
#bbcbf8 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcbf8 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.6%
Blue97.3%
CMYK percentages
Cyan24.6%
Magenta18.1%
Yellow0.0%
Key (black)2.7%
Color previews
#bbcbf8 text on a black background
contrast 13.01:1
Card sample
#bbcbf8 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcbf8;
Background color
Panel with #bbcbf8 background
background-color: #bbcbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 203, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 203, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcbf8; background: linear-gradient(135deg, #bbcbf8, #D4BBF8);