#bbc4f4
a light, vivid blue · warm · closest name: lavender
RGB
187, 196, 244
HSL
231°, 72%, 85%
CMYK
23, 20, 0, 4
Luminance
0.5658
Every format
| HEX | #bbc4f4 |
| RGB | rgb(187, 196, 244) |
| HSL | hsl(231, 72%, 85%) |
| CMYK | cmyk(23%, 20%, 0%, 4%) |
| LAB | lab(79.9 7.0 -24.7) |
| LCH | lch(79.9 25.7 285.9) |
| OKLCH | oklch(0.830 0.068 276.5) |
Copy-ready code
/* CSS */
color: #bbc4f4;
background-color: #bbc4f4;
/* Tailwind (arbitrary) */
class="text-[#bbc4f4] bg-[#bbc4f4]"
/* SCSS */
$brand: #bbc4f4;
/* SwiftUI */
Color(red: 0.733, green: 0.769, blue: 0.957)
/* Android */
Color.parseColor("#bbc4f4")Accessibility — WCAG contrast
Aa
#bbc4f4 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc4f4 on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.9%
Blue95.7%
CMYK percentages
Cyan23.4%
Magenta19.7%
Yellow0.0%
Key (black)4.3%
Color previews
#bbc4f4 text on a black background
contrast 12.32:1
Card sample
#bbc4f4 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc4f4;
Background color
Panel with #bbc4f4 background
background-color: #bbc4f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc4f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 196, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 196, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc4f4; background: linear-gradient(135deg, #bbc4f4, #D8BBF4);