#bebcdf
a light, soft blue · warm · closest name: lavender
RGB
190, 188, 223
HSL
243°, 35%, 81%
CMYK
15, 16, 0, 13
Luminance
0.5224
Every format
| HEX | #bebcdf |
| RGB | rgb(190, 188, 223) |
| HSL | hsl(243, 35%, 81%) |
| CMYK | cmyk(15%, 16%, 0%, 13%) |
| LAB | lab(77.4 7.6 -17.2) |
| LCH | lch(77.4 18.8 294.0) |
| OKLCH | oklch(0.808 0.049 287.9) |
Copy-ready code
/* CSS */
color: #bebcdf;
background-color: #bebcdf;
/* Tailwind (arbitrary) */
class="text-[#bebcdf] bg-[#bebcdf]"
/* SCSS */
$brand: #bebcdf;
/* SwiftUI */
Color(red: 0.745, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#bebcdf")Accessibility — WCAG contrast
Aa
#bebcdf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bebcdf on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green73.7%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bebcdf text on a black background
contrast 11.45:1
Card sample
#bebcdf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bebcdf;
Background color
Panel with #bebcdf background
background-color: #bebcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bebcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bebcdf; background: linear-gradient(135deg, #bebcdf, #D5BCDF);