#bbc8f6
a light, electric blue · warm · closest name: lavender
RGB
187, 200, 246
HSL
227°, 77%, 85%
CMYK
24, 19, 0, 4
Luminance
0.5853
Every format
| HEX | #bbc8f6 |
| RGB | rgb(187, 200, 246) |
| HSL | hsl(227, 77%, 85%) |
| CMYK | cmyk(24%, 19%, 0%, 4%) |
| LAB | lab(81.0 5.3 -24.1) |
| LCH | lch(81.0 24.7 282.4) |
| OKLCH | oklch(0.838 0.066 272.6) |
Copy-ready code
/* CSS */
color: #bbc8f6;
background-color: #bbc8f6;
/* Tailwind (arbitrary) */
class="text-[#bbc8f6] bg-[#bbc8f6]"
/* SCSS */
$brand: #bbc8f6;
/* SwiftUI */
Color(red: 0.733, green: 0.784, blue: 0.965)
/* Android */
Color.parseColor("#bbc8f6")Accessibility — WCAG contrast
Aa
#bbc8f6 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc8f6 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green78.4%
Blue96.5%
CMYK percentages
Cyan24.0%
Magenta18.7%
Yellow0.0%
Key (black)3.5%
Color previews
#bbc8f6 text on a black background
contrast 12.71:1
Card sample
#bbc8f6 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc8f6;
Background color
Panel with #bbc8f6 background
background-color: #bbc8f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc8f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 200, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 200, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc8f6; background: linear-gradient(135deg, #bbc8f6, #D5BBF6);