#bbbcdf
a light, soft blue · warm · closest name: lavender
RGB
187, 188, 223
HSL
238°, 36%, 80%
CMYK
16, 16, 0, 13
Luminance
0.5186
Every format
| HEX | #bbbcdf |
| RGB | rgb(187, 188, 223) |
| HSL | hsl(238, 36%, 80%) |
| CMYK | cmyk(16%, 16%, 0%, 13%) |
| LAB | lab(77.2 6.7 -17.6) |
| LCH | lch(77.2 18.8 290.9) |
| OKLCH | oklch(0.806 0.049 283.9) |
Copy-ready code
/* CSS */
color: #bbbcdf;
background-color: #bbbcdf;
/* Tailwind (arbitrary) */
class="text-[#bbbcdf] bg-[#bbbcdf]"
/* SCSS */
$brand: #bbbcdf;
/* SwiftUI */
Color(red: 0.733, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#bbbcdf")Accessibility — WCAG contrast
Aa
#bbbcdf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbbcdf on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green73.7%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bbbcdf text on a black background
contrast 11.37:1
Card sample
#bbbcdf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbbcdf;
Background color
Panel with #bbbcdf background
background-color: #bbbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbbcdf; background: linear-gradient(135deg, #bbbcdf, #D2BBDF);