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