#beccfd
a pale, electric blue · warm · closest name: lavender
RGB
190, 204, 253
HSL
227°, 94%, 87%
CMYK
25, 19, 0, 1
Luminance
0.6122
Every format
| HEX | #beccfd |
| RGB | rgb(190, 204, 253) |
| HSL | hsl(227, 94%, 87%) |
| CMYK | cmyk(25%, 19%, 0%, 1%) |
| LAB | lab(82.5 5.7 -25.6) |
| LCH | lch(82.5 26.2 282.5) |
| OKLCH | oklch(0.851 0.070 272.4) |
Copy-ready code
/* CSS */
color: #beccfd;
background-color: #beccfd;
/* Tailwind (arbitrary) */
class="text-[#beccfd] bg-[#beccfd]"
/* SCSS */
$brand: #beccfd;
/* SwiftUI */
Color(red: 0.745, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#beccfd")Accessibility — WCAG contrast
Aa
#beccfd on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beccfd on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.0%
Blue99.2%
CMYK percentages
Cyan24.9%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#beccfd text on a black background
contrast 13.24:1
Card sample
#beccfd text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beccfd;
Background color
Panel with #beccfd background
background-color: #beccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beccfd; background: linear-gradient(135deg, #beccfd, #DABEFD);