#bbc7fb
a pale, electric blue · warm · closest name: lavender
RGB
187, 199, 251
HSL
229°, 89%, 86%
CMYK
26, 21, 0, 2
Luminance
0.5838
Every format
| HEX | #bbc7fb |
| RGB | rgb(187, 199, 251) |
| HSL | hsl(229, 89%, 86%) |
| CMYK | cmyk(26%, 21%, 0%, 2%) |
| LAB | lab(81.0 7.0 -26.9) |
| LCH | lch(81.0 27.8 284.6) |
| OKLCH | oklch(0.838 0.074 274.6) |
Copy-ready code
/* CSS */
color: #bbc7fb;
background-color: #bbc7fb;
/* Tailwind (arbitrary) */
class="text-[#bbc7fb] bg-[#bbc7fb]"
/* SCSS */
$brand: #bbc7fb;
/* SwiftUI */
Color(red: 0.733, green: 0.780, blue: 0.984)
/* Android */
Color.parseColor("#bbc7fb")Accessibility — WCAG contrast
Aa
#bbc7fb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc7fb on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.0%
Blue98.4%
CMYK percentages
Cyan25.5%
Magenta20.7%
Yellow0.0%
Key (black)1.6%
Color previews
#bbc7fb text on a black background
contrast 12.68:1
Card sample
#bbc7fb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc7fb;
Background color
Panel with #bbc7fb background
background-color: #bbc7fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc7fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 199, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 199, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc7fb; background: linear-gradient(135deg, #bbc7fb, #DABBFB);