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