#bbc6f9
a pale, electric blue · warm · closest name: lavender
RGB
187, 198, 249
HSL
229°, 84%, 86%
CMYK
25, 21, 0, 2
Luminance
0.5779
Every format
| HEX | #bbc6f9 |
| RGB | rgb(187, 198, 249) |
| HSL | hsl(229, 84%, 86%) |
| CMYK | cmyk(25%, 21%, 0%, 2%) |
| LAB | lab(80.6 7.1 -26.3) |
| LCH | lch(80.6 27.3 285.1) |
| OKLCH | oklch(0.836 0.073 275.2) |
Copy-ready code
/* CSS */
color: #bbc6f9;
background-color: #bbc6f9;
/* Tailwind (arbitrary) */
class="text-[#bbc6f9] bg-[#bbc6f9]"
/* SCSS */
$brand: #bbc6f9;
/* SwiftUI */
Color(red: 0.733, green: 0.776, blue: 0.976)
/* Android */
Color.parseColor("#bbc6f9")Accessibility — WCAG contrast
Aa
#bbc6f9 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc6f9 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green77.6%
Blue97.6%
CMYK percentages
Cyan24.9%
Magenta20.5%
Yellow0.0%
Key (black)2.4%
Color previews
#bbc6f9 text on a black background
contrast 12.56:1
Card sample
#bbc6f9 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc6f9;
Background color
Panel with #bbc6f9 background
background-color: #bbc6f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc6f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 198, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 198, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc6f9; background: linear-gradient(135deg, #bbc6f9, #D9BBF9);