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