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