#bbc2f0
a light, vivid blue · warm · closest name: lavender
RGB
187, 194, 240
HSL
232°, 64%, 84%
CMYK
22, 19, 0, 6
Luminance
0.5544
Every format
| HEX | #bbc2f0 |
| RGB | rgb(187, 194, 240) |
| HSL | hsl(232, 64%, 84%) |
| CMYK | cmyk(22%, 19%, 0%, 6%) |
| LAB | lab(79.3 7.2 -23.5) |
| LCH | lch(79.3 24.6 287.0) |
| OKLCH | oklch(0.824 0.065 278.1) |
Copy-ready code
/* CSS */
color: #bbc2f0;
background-color: #bbc2f0;
/* Tailwind (arbitrary) */
class="text-[#bbc2f0] bg-[#bbc2f0]"
/* SCSS */
$brand: #bbc2f0;
/* SwiftUI */
Color(red: 0.733, green: 0.761, blue: 0.941)
/* Android */
Color.parseColor("#bbc2f0")Accessibility — WCAG contrast
Aa
#bbc2f0 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc2f0 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.1%
Blue94.1%
CMYK percentages
Cyan22.1%
Magenta19.2%
Yellow0.0%
Key (black)5.9%
Color previews
#bbc2f0 text on a black background
contrast 12.09:1
Card sample
#bbc2f0 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc2f0;
Background color
Panel with #bbc2f0 background
background-color: #bbc2f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc2f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 194, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 194, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc2f0; background: linear-gradient(135deg, #bbc2f0, #D7BBF0);