#bbc3ee
a light, vivid blue · warm · closest name: lavender
RGB
187, 195, 238
HSL
231°, 60%, 83%
CMYK
21, 18, 0, 7
Luminance
0.5577
Every format
| HEX | #bbc3ee |
| RGB | rgb(187, 195, 238) |
| HSL | hsl(231, 60%, 83%) |
| CMYK | cmyk(21%, 18%, 0%, 7%) |
| LAB | lab(79.5 6.2 -22.2) |
| LCH | lch(79.5 23.0 285.6) |
| OKLCH | oklch(0.825 0.061 276.7) |
Copy-ready code
/* CSS */
color: #bbc3ee;
background-color: #bbc3ee;
/* Tailwind (arbitrary) */
class="text-[#bbc3ee] bg-[#bbc3ee]"
/* SCSS */
$brand: #bbc3ee;
/* SwiftUI */
Color(red: 0.733, green: 0.765, blue: 0.933)
/* Android */
Color.parseColor("#bbc3ee")Accessibility — WCAG contrast
Aa
#bbc3ee on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc3ee on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.5%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta18.1%
Yellow0.0%
Key (black)6.7%
Color previews
#bbc3ee text on a black background
contrast 12.15:1
Card sample
#bbc3ee text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc3ee;
Background color
Panel with #bbc3ee background
background-color: #bbc3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 195, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 195, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc3ee; background: linear-gradient(135deg, #bbc3ee, #D5BBEE);