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