#becbdf
a light, soft blue · cool · closest name: lavender
RGB
190, 203, 223
HSL
216°, 34%, 81%
CMYK
15, 9, 0, 13
Luminance
0.5899
Every format
| HEX | #becbdf |
| RGB | rgb(190, 203, 223) |
| HSL | hsl(216, 34%, 81%) |
| CMYK | cmyk(15%, 9%, 0%, 13%) |
| LAB | lab(81.3 -0.4 -11.4) |
| LCH | lch(81.3 11.4 268.0) |
| OKLCH | oklch(0.838 0.031 258.9) |
Copy-ready code
/* CSS */
color: #becbdf;
background-color: #becbdf;
/* Tailwind (arbitrary) */
class="text-[#becbdf] bg-[#becbdf]"
/* SCSS */
$brand: #becbdf;
/* SwiftUI */
Color(red: 0.745, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#becbdf")Accessibility — WCAG contrast
Aa
#becbdf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becbdf on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green79.6%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#becbdf text on a black background
contrast 12.80:1
Card sample
#becbdf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becbdf;
Background color
Panel with #becbdf background
background-color: #becbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becbdf; background: linear-gradient(135deg, #becbdf, #C7BEDF);