#bbc6f4
a light, vivid blue · warm · closest name: lavender
RGB
187, 198, 244
HSL
228°, 72%, 85%
CMYK
23, 19, 0, 4
Luminance
0.5748
Every format
| HEX | #bbc6f4 |
| RGB | rgb(187, 198, 244) |
| HSL | hsl(228, 72%, 85%) |
| CMYK | cmyk(23%, 19%, 0%, 4%) |
| LAB | lab(80.5 5.9 -23.9) |
| LCH | lch(80.5 24.6 284.0) |
| OKLCH | oklch(0.834 0.066 274.4) |
Copy-ready code
/* CSS */
color: #bbc6f4;
background-color: #bbc6f4;
/* Tailwind (arbitrary) */
class="text-[#bbc6f4] bg-[#bbc6f4]"
/* SCSS */
$brand: #bbc6f4;
/* SwiftUI */
Color(red: 0.733, green: 0.776, blue: 0.957)
/* Android */
Color.parseColor("#bbc6f4")Accessibility — WCAG contrast
Aa
#bbc6f4 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc6f4 on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green77.6%
Blue95.7%
CMYK percentages
Cyan23.4%
Magenta18.9%
Yellow0.0%
Key (black)4.3%
Color previews
#bbc6f4 text on a black background
contrast 12.50:1
Card sample
#bbc6f4 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc6f4;
Background color
Panel with #bbc6f4 background
background-color: #bbc6f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc6f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 198, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 198, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc6f4; background: linear-gradient(135deg, #bbc6f4, #D6BBF4);