#bbc3fe
a pale, electric blue · warm · closest name: lavender
RGB
187, 195, 254
HSL
233°, 97%, 87%
CMYK
26, 23, 0, 0
Luminance
0.5675
Every format
| HEX | #bbc3fe |
| RGB | rgb(187, 195, 254) |
| HSL | hsl(233, 97%, 87%) |
| CMYK | cmyk(26%, 23%, 0%, 0%) |
| LAB | lab(80.0 9.9 -29.9) |
| LCH | lch(80.0 31.5 288.3) |
| OKLCH | oklch(0.832 0.083 278.4) |
Copy-ready code
/* CSS */
color: #bbc3fe;
background-color: #bbc3fe;
/* Tailwind (arbitrary) */
class="text-[#bbc3fe] bg-[#bbc3fe]"
/* SCSS */
$brand: #bbc3fe;
/* SwiftUI */
Color(red: 0.733, green: 0.765, blue: 0.996)
/* Android */
Color.parseColor("#bbc3fe")Accessibility — WCAG contrast
Aa
#bbc3fe on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc3fe on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.5%
Blue99.6%
CMYK percentages
Cyan26.4%
Magenta23.2%
Yellow0.0%
Key (black)0.4%
Color previews
#bbc3fe text on a black background
contrast 12.35:1
Card sample
#bbc3fe text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc3fe;
Background color
Panel with #bbc3fe background
background-color: #bbc3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 195, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 195, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc3fe; background: linear-gradient(135deg, #bbc3fe, #E0BBFE);