#bbc8fc
a pale, electric blue · warm · closest name: lavender
RGB
187, 200, 252
HSL
228°, 92%, 86%
CMYK
26, 21, 0, 1
Luminance
0.5890
Every format
| HEX | #bbc8fc |
| RGB | rgb(187, 200, 252) |
| HSL | hsl(228, 92%, 86%) |
| CMYK | cmyk(26%, 21%, 0%, 1%) |
| LAB | lab(81.2 6.7 -27.0) |
| LCH | lch(81.2 27.8 284.0) |
| OKLCH | oklch(0.841 0.074 273.8) |
Copy-ready code
/* CSS */
color: #bbc8fc;
background-color: #bbc8fc;
/* Tailwind (arbitrary) */
class="text-[#bbc8fc] bg-[#bbc8fc]"
/* SCSS */
$brand: #bbc8fc;
/* SwiftUI */
Color(red: 0.733, green: 0.784, blue: 0.988)
/* Android */
Color.parseColor("#bbc8fc")Accessibility — WCAG contrast
Aa
#bbc8fc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc8fc on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.4%
Blue98.8%
CMYK percentages
Cyan25.8%
Magenta20.6%
Yellow0.0%
Key (black)1.2%
Color previews
#bbc8fc text on a black background
contrast 12.78:1
Card sample
#bbc8fc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc8fc;
Background color
Panel with #bbc8fc background
background-color: #bbc8fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc8fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 200, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 200, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc8fc; background: linear-gradient(135deg, #bbc8fc, #D9BBFC);