#bbc3df
a light, soft blue · warm · closest name: lavender
RGB
187, 195, 223
HSL
227°, 36%, 80%
CMYK
16, 13, 0, 13
Luminance
0.5492
Every format
| HEX | #bbc3df |
| RGB | rgb(187, 195, 223) |
| HSL | hsl(227, 36%, 80%) |
| CMYK | cmyk(16%, 13%, 0%, 13%) |
| LAB | lab(79.0 2.9 -14.8) |
| LCH | lch(79.0 15.1 281.1) |
| OKLCH | oklch(0.820 0.040 272.9) |
Copy-ready code
/* CSS */
color: #bbc3df;
background-color: #bbc3df;
/* Tailwind (arbitrary) */
class="text-[#bbc3df] bg-[#bbc3df]"
/* SCSS */
$brand: #bbc3df;
/* SwiftUI */
Color(red: 0.733, green: 0.765, blue: 0.875)
/* Android */
Color.parseColor("#bbc3df")Accessibility — WCAG contrast
Aa
#bbc3df on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbc3df on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green76.5%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta12.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bbc3df text on a black background
contrast 11.98:1
Card sample
#bbc3df text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbc3df;
Background color
Panel with #bbc3df background
background-color: #bbc3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbc3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 195, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 195, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc3df; background: linear-gradient(135deg, #bbc3df, #CBBBDF);