#beacfd
a light, electric blue · warm · closest name: plum
RGB
190, 172, 253
HSL
253°, 95%, 83%
CMYK
25, 32, 0, 1
Luminance
0.4754
Every format
| HEX | #beacfd |
| RGB | rgb(190, 172, 253) |
| HSL | hsl(253, 95%, 83%) |
| CMYK | cmyk(25%, 32%, 0%, 1%) |
| LAB | lab(74.5 23.1 -37.8) |
| LCH | lch(74.5 44.4 301.5) |
| OKLCH | oklch(0.789 0.115 293.8) |
Copy-ready code
/* CSS */
color: #beacfd;
background-color: #beacfd;
/* Tailwind (arbitrary) */
class="text-[#beacfd] bg-[#beacfd]"
/* SCSS */
$brand: #beacfd;
/* SwiftUI */
Color(red: 0.745, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#beacfd")Accessibility — WCAG contrast
Aa
#beacfd on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beacfd on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green67.5%
Blue99.2%
CMYK percentages
Cyan24.9%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#beacfd text on a black background
contrast 10.51:1
Card sample
#beacfd text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beacfd;
Background color
Panel with #beacfd background
background-color: #beacfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beacfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beacfd; background: linear-gradient(135deg, #beacfd, #F4ACFD);