#becddf
a light, soft blue · cool · closest name: lavender
RGB
190, 205, 223
HSL
213°, 34%, 81%
CMYK
15, 8, 0, 13
Luminance
0.5994
Every format
| HEX | #becddf |
| RGB | rgb(190, 205, 223) |
| HSL | hsl(213, 34%, 81%) |
| CMYK | cmyk(15%, 8%, 0%, 13%) |
| LAB | lab(81.8 -1.4 -10.6) |
| LCH | lch(81.8 10.7 262.2) |
| OKLCH | oklch(0.843 0.030 253.0) |
Copy-ready code
/* CSS */
color: #becddf;
background-color: #becddf;
/* Tailwind (arbitrary) */
class="text-[#becddf] bg-[#becddf]"
/* SCSS */
$brand: #becddf;
/* SwiftUI */
Color(red: 0.745, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#becddf")Accessibility — WCAG contrast
Aa
#becddf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becddf on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.4%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#becddf text on a black background
contrast 12.99:1
Card sample
#becddf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becddf;
Background color
Panel with #becddf background
background-color: #becddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becddf; background: linear-gradient(135deg, #becddf, #C5BEDF);