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