#beccf1
a light, vivid blue · cool · closest name: lavender
RGB
190, 204, 241
HSL
224°, 65%, 85%
CMYK
21, 15, 0, 6
Luminance
0.6048
Every format
| HEX | #beccf1 |
| RGB | rgb(190, 204, 241) |
| HSL | hsl(224, 65%, 85%) |
| CMYK | cmyk(21%, 15%, 0%, 6%) |
| LAB | lab(82.1 3.0 -19.8) |
| LCH | lch(82.1 20.0 278.5) |
| OKLCH | oklch(0.847 0.054 268.9) |
Copy-ready code
/* CSS */
color: #beccf1;
background-color: #beccf1;
/* Tailwind (arbitrary) */
class="text-[#beccf1] bg-[#beccf1]"
/* SCSS */
$brand: #beccf1;
/* SwiftUI */
Color(red: 0.745, green: 0.800, blue: 0.945)
/* Android */
Color.parseColor("#beccf1")Accessibility — WCAG contrast
Aa
#beccf1 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beccf1 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.0%
Blue94.5%
CMYK percentages
Cyan21.2%
Magenta15.4%
Yellow0.0%
Key (black)5.5%
Color previews
#beccf1 text on a black background
contrast 13.10:1
Card sample
#beccf1 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beccf1;
Background color
Panel with #beccf1 background
background-color: #beccf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beccf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 204, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 204, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beccf1; background: linear-gradient(135deg, #beccf1, #D2BEF1);