#bbc7f1
a light, vivid blue · warm · closest name: lavender
RGB
187, 199, 241
HSL
227°, 66%, 84%
CMYK
22, 17, 0, 6
Luminance
0.5776
Every format
| HEX | #bbc7f1 |
| RGB | rgb(187, 199, 241) |
| HSL | hsl(227, 66%, 84%) |
| CMYK | cmyk(22%, 17%, 0%, 6%) |
| LAB | lab(80.6 4.7 -22.1) |
| LCH | lch(80.6 22.6 282.1) |
| OKLCH | oklch(0.835 0.060 272.5) |
Copy-ready code
/* CSS */
color: #bbc7f1;
background-color: #bbc7f1;
/* Tailwind (arbitrary) */
class="text-[#bbc7f1] bg-[#bbc7f1]"
/* SCSS */
$brand: #bbc7f1;
/* SwiftUI */
Color(red: 0.733, green: 0.780, blue: 0.945)
/* Android */
Color.parseColor("#bbc7f1")Accessibility — WCAG contrast
Aa
#bbc7f1 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc7f1 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.0%
Blue94.5%
CMYK percentages
Cyan22.4%
Magenta17.4%
Yellow0.0%
Key (black)5.5%
Color previews
#bbc7f1 text on a black background
contrast 12.55:1
Card sample
#bbc7f1 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc7f1;
Background color
Panel with #bbc7f1 background
background-color: #bbc7f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc7f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 199, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 199, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc7f1; background: linear-gradient(135deg, #bbc7f1, #D3BBF1);