#bbc9fc
a pale, electric blue · warm · closest name: lavender
RGB
187, 201, 252
HSL
227°, 92%, 86%
CMYK
26, 20, 0, 1
Luminance
0.5937
Every format
| HEX | #bbc9fc |
| RGB | rgb(187, 201, 252) |
| HSL | hsl(227, 92%, 86%) |
| CMYK | cmyk(26%, 20%, 0%, 1%) |
| LAB | lab(81.5 6.2 -26.6) |
| LCH | lch(81.5 27.3 283.1) |
| OKLCH | oklch(0.843 0.073 272.8) |
Copy-ready code
/* CSS */
color: #bbc9fc;
background-color: #bbc9fc;
/* Tailwind (arbitrary) */
class="text-[#bbc9fc] bg-[#bbc9fc]"
/* SCSS */
$brand: #bbc9fc;
/* SwiftUI */
Color(red: 0.733, green: 0.788, blue: 0.988)
/* Android */
Color.parseColor("#bbc9fc")Accessibility — WCAG contrast
Aa
#bbc9fc on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc9fc on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.8%
Blue98.8%
CMYK percentages
Cyan25.8%
Magenta20.2%
Yellow0.0%
Key (black)1.2%
Color previews
#bbc9fc text on a black background
contrast 12.87:1
Card sample
#bbc9fc text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc9fc;
Background color
Panel with #bbc9fc background
background-color: #bbc9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 201, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 201, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc9fc; background: linear-gradient(135deg, #bbc9fc, #D8BBFC);