#bbc7fe
a pale, electric blue · warm · closest name: lavender
RGB
187, 199, 254
HSL
229°, 97%, 87%
CMYK
26, 22, 0, 0
Luminance
0.5857
Every format
| HEX | #bbc7fe |
| RGB | rgb(187, 199, 254) |
| HSL | hsl(229, 97%, 87%) |
| CMYK | cmyk(26%, 22%, 0%, 0%) |
| LAB | lab(81.0 7.7 -28.3) |
| LCH | lch(81.0 29.4 285.2) |
| OKLCH | oklch(0.839 0.078 275.0) |
Copy-ready code
/* CSS */
color: #bbc7fe;
background-color: #bbc7fe;
/* Tailwind (arbitrary) */
class="text-[#bbc7fe] bg-[#bbc7fe]"
/* SCSS */
$brand: #bbc7fe;
/* SwiftUI */
Color(red: 0.733, green: 0.780, blue: 0.996)
/* Android */
Color.parseColor("#bbc7fe")Accessibility — WCAG contrast
Aa
#bbc7fe on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc7fe on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.0%
Blue99.6%
CMYK percentages
Cyan26.4%
Magenta21.7%
Yellow0.0%
Key (black)0.4%
Color previews
#bbc7fe text on a black background
contrast 12.71:1
Card sample
#bbc7fe text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc7fe;
Background color
Panel with #bbc7fe background
background-color: #bbc7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 199, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 199, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc7fe; background: linear-gradient(135deg, #bbc7fe, #DCBBFE);