#bbc5fc
a pale, electric blue · warm · closest name: lavender
RGB
187, 197, 252
HSL
231°, 92%, 86%
CMYK
26, 22, 0, 1
Luminance
0.5753
Every format
| HEX | #bbc5fc |
| RGB | rgb(187, 197, 252) |
| HSL | hsl(231, 92%, 86%) |
| CMYK | cmyk(26%, 22%, 0%, 1%) |
| LAB | lab(80.5 8.3 -28.1) |
| LCH | lch(80.5 29.4 286.5) |
| OKLCH | oklch(0.835 0.078 276.6) |
Copy-ready code
/* CSS */
color: #bbc5fc;
background-color: #bbc5fc;
/* Tailwind (arbitrary) */
class="text-[#bbc5fc] bg-[#bbc5fc]"
/* SCSS */
$brand: #bbc5fc;
/* SwiftUI */
Color(red: 0.733, green: 0.773, blue: 0.988)
/* Android */
Color.parseColor("#bbc5fc")Accessibility — WCAG contrast
Aa
#bbc5fc on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc5fc on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green77.3%
Blue98.8%
CMYK percentages
Cyan25.8%
Magenta21.8%
Yellow0.0%
Key (black)1.2%
Color previews
#bbc5fc text on a black background
contrast 12.51:1
Card sample
#bbc5fc text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc5fc;
Background color
Panel with #bbc5fc background
background-color: #bbc5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 197, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 197, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc5fc; background: linear-gradient(135deg, #bbc5fc, #DCBBFC);