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