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