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