#beadef
a light, vivid violet · warm · closest name: plum
RGB
190, 173, 239
HSL
256°, 67%, 81%
CMYK
21, 28, 0, 6
Luminance
0.4707
Every format
| HEX | #beadef |
| RGB | rgb(190, 173, 239) |
| HSL | hsl(256, 67%, 81%) |
| CMYK | cmyk(21%, 28%, 0%, 6%) |
| LAB | lab(74.2 19.4 -30.7) |
| LCH | lch(74.2 36.3 302.2) |
| OKLCH | oklch(0.785 0.094 296.0) |
Copy-ready code
/* CSS */
color: #beadef;
background-color: #beadef;
/* Tailwind (arbitrary) */
class="text-[#beadef] bg-[#beadef]"
/* SCSS */
$brand: #beadef;
/* SwiftUI */
Color(red: 0.745, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#beadef")Accessibility — WCAG contrast
Aa
#beadef on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beadef on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green67.8%
Blue93.7%
CMYK percentages
Cyan20.5%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#beadef text on a black background
contrast 10.41:1
Card sample
#beadef text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beadef;
Background color
Panel with #beadef background
background-color: #beadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beadef; background: linear-gradient(135deg, #beadef, #EAADEF);