#bbcfe8
a light, vivid blue · cool · closest name: lavender
RGB
187, 207, 232
HSL
213°, 50%, 82%
CMYK
19, 11, 0, 9
Luminance
0.6102
Every format
| HEX | #bbcfe8 |
| RGB | rgb(187, 207, 232) |
| HSL | hsl(213, 50%, 82%) |
| CMYK | cmyk(19%, 11%, 0%, 9%) |
| LAB | lab(82.4 -1.5 -14.6) |
| LCH | lch(82.4 14.7 264.0) |
| OKLCH | oklch(0.848 0.041 254.1) |
Copy-ready code
/* CSS */
color: #bbcfe8;
background-color: #bbcfe8;
/* Tailwind (arbitrary) */
class="text-[#bbcfe8] bg-[#bbcfe8]"
/* SCSS */
$brand: #bbcfe8;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.910)
/* Android */
Color.parseColor("#bbcfe8")Accessibility — WCAG contrast
Aa
#bbcfe8 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfe8 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue91.0%
CMYK percentages
Cyan19.4%
Magenta10.8%
Yellow0.0%
Key (black)9.0%
Color previews
#bbcfe8 text on a black background
contrast 13.20:1
Card sample
#bbcfe8 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfe8;
Background color
Panel with #bbcfe8 background
background-color: #bbcfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfe8; background: linear-gradient(135deg, #bbcfe8, #C5BBE8);