#bbc3f9
a pale, electric blue · warm · closest name: lavender
RGB
187, 195, 249
HSL
232°, 84%, 86%
CMYK
25, 22, 0, 2
Luminance
0.5643
Every format
| HEX | #bbc3f9 |
| RGB | rgb(187, 195, 249) |
| HSL | hsl(232, 84%, 86%) |
| CMYK | cmyk(25%, 22%, 0%, 2%) |
| LAB | lab(79.9 8.7 -27.5) |
| LCH | lch(79.9 28.8 287.6) |
| OKLCH | oklch(0.830 0.076 278.0) |
Copy-ready code
/* CSS */
color: #bbc3f9;
background-color: #bbc3f9;
/* Tailwind (arbitrary) */
class="text-[#bbc3f9] bg-[#bbc3f9]"
/* SCSS */
$brand: #bbc3f9;
/* SwiftUI */
Color(red: 0.733, green: 0.765, blue: 0.976)
/* Android */
Color.parseColor("#bbc3f9")Accessibility — WCAG contrast
Aa
#bbc3f9 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc3f9 on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.5%
Blue97.6%
CMYK percentages
Cyan24.9%
Magenta21.7%
Yellow0.0%
Key (black)2.4%
Color previews
#bbc3f9 text on a black background
contrast 12.29:1
Card sample
#bbc3f9 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc3f9;
Background color
Panel with #bbc3f9 background
background-color: #bbc3f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc3f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 195, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 195, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc3f9; background: linear-gradient(135deg, #bbc3f9, #DCBBF9);