#bbc9f9
a pale, electric blue · warm · closest name: lavender
RGB
187, 201, 249
HSL
227°, 84%, 86%
CMYK
25, 19, 0, 2
Luminance
0.5918
Every format
| HEX | #bbc9f9 |
| RGB | rgb(187, 201, 249) |
| HSL | hsl(227, 84%, 86%) |
| CMYK | cmyk(25%, 19%, 0%, 2%) |
| LAB | lab(81.4 5.5 -25.1) |
| LCH | lch(81.4 25.7 282.3) |
| OKLCH | oklch(0.842 0.069 272.2) |
Copy-ready code
/* CSS */
color: #bbc9f9;
background-color: #bbc9f9;
/* Tailwind (arbitrary) */
class="text-[#bbc9f9] bg-[#bbc9f9]"
/* SCSS */
$brand: #bbc9f9;
/* SwiftUI */
Color(red: 0.733, green: 0.788, blue: 0.976)
/* Android */
Color.parseColor("#bbc9f9")Accessibility — WCAG contrast
Aa
#bbc9f9 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc9f9 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.8%
Blue97.6%
CMYK percentages
Cyan24.9%
Magenta19.3%
Yellow0.0%
Key (black)2.4%
Color previews
#bbc9f9 text on a black background
contrast 12.84:1
Card sample
#bbc9f9 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc9f9;
Background color
Panel with #bbc9f9 background
background-color: #bbc9f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc9f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 201, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 201, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc9f9; background: linear-gradient(135deg, #bbc9f9, #D6BBF9);