#bec1df
a light, soft blue · warm · closest name: lavender
RGB
190, 193, 223
HSL
235°, 34%, 81%
CMYK
15, 14, 0, 13
Luminance
0.5441
Every format
| HEX | #bec1df |
| RGB | rgb(190, 193, 223) |
| HSL | hsl(235, 34%, 81%) |
| CMYK | cmyk(15%, 14%, 0%, 13%) |
| LAB | lab(78.7 4.9 -15.3) |
| LCH | lch(78.7 16.1 287.9) |
| OKLCH | oklch(0.818 0.042 280.9) |
Copy-ready code
/* CSS */
color: #bec1df;
background-color: #bec1df;
/* Tailwind (arbitrary) */
class="text-[#bec1df] bg-[#bec1df]"
/* SCSS */
$brand: #bec1df;
/* SwiftUI */
Color(red: 0.745, green: 0.757, blue: 0.875)
/* Android */
Color.parseColor("#bec1df")Accessibility — WCAG contrast
Aa
#bec1df on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec1df on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green75.7%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta13.5%
Yellow0.0%
Key (black)12.5%
Color previews
#bec1df text on a black background
contrast 11.88:1
Card sample
#bec1df text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec1df;
Background color
Panel with #bec1df background
background-color: #bec1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 193, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 193, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec1df; background: linear-gradient(135deg, #bec1df, #D1BEDF);