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