#beadeb
a light, vivid violet · warm · closest name: plum
RGB
190, 173, 235
HSL
257°, 61%, 80%
CMYK
19, 26, 0, 8
Luminance
0.4683
Every format
| HEX | #beadeb |
| RGB | rgb(190, 173, 235) |
| HSL | hsl(257, 61%, 80%) |
| CMYK | cmyk(19%, 26%, 0%, 8%) |
| LAB | lab(74.1 18.5 -28.8) |
| LCH | lch(74.1 34.2 302.7) |
| OKLCH | oklch(0.784 0.089 296.9) |
Copy-ready code
/* CSS */
color: #beadeb;
background-color: #beadeb;
/* Tailwind (arbitrary) */
class="text-[#beadeb] bg-[#beadeb]"
/* SCSS */
$brand: #beadeb;
/* SwiftUI */
Color(red: 0.745, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#beadeb")Accessibility — WCAG contrast
Aa
#beadeb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beadeb on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green67.8%
Blue92.2%
CMYK percentages
Cyan19.1%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#beadeb text on a black background
contrast 10.37:1
Card sample
#beadeb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beadeb;
Background color
Panel with #beadeb background
background-color: #beadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beadeb; background: linear-gradient(135deg, #beadeb, #E7ADEB);