#beaefd
a light, electric blue · warm · closest name: plum
RGB
190, 174, 253
HSL
252°, 95%, 84%
CMYK
25, 31, 0, 1
Luminance
0.4831
Every format
| HEX | #beaefd |
| RGB | rgb(190, 174, 253) |
| HSL | hsl(252, 95%, 84%) |
| CMYK | cmyk(25%, 31%, 0%, 1%) |
| LAB | lab(75.0 22.0 -37.1) |
| LCH | lch(75.0 43.1 300.7) |
| OKLCH | oklch(0.793 0.112 293.0) |
Copy-ready code
/* CSS */
color: #beaefd;
background-color: #beaefd;
/* Tailwind (arbitrary) */
class="text-[#beaefd] bg-[#beaefd]"
/* SCSS */
$brand: #beaefd;
/* SwiftUI */
Color(red: 0.745, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#beaefd")Accessibility — WCAG contrast
Aa
#beaefd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beaefd on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green68.2%
Blue99.2%
CMYK percentages
Cyan24.9%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#beaefd text on a black background
contrast 10.66:1
Card sample
#beaefd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beaefd;
Background color
Panel with #beaefd background
background-color: #beaefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beaefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beaefd; background: linear-gradient(135deg, #beaefd, #F3AEFD);