#beafeb
a light, vivid violet · warm · closest name: plum
RGB
190, 175, 235
HSL
255°, 60%, 80%
CMYK
19, 26, 0, 8
Luminance
0.4761
Every format
| HEX | #beafeb |
| RGB | rgb(190, 175, 235) |
| HSL | hsl(255, 60%, 80%) |
| CMYK | cmyk(19%, 26%, 0%, 8%) |
| LAB | lab(74.6 17.4 -28.0) |
| LCH | lch(74.6 33.0 301.8) |
| OKLCH | oklch(0.787 0.086 295.8) |
Copy-ready code
/* CSS */
color: #beafeb;
background-color: #beafeb;
/* Tailwind (arbitrary) */
class="text-[#beafeb] bg-[#beafeb]"
/* SCSS */
$brand: #beafeb;
/* SwiftUI */
Color(red: 0.745, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#beafeb")Accessibility — WCAG contrast
Aa
#beafeb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beafeb on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green68.6%
Blue92.2%
CMYK percentages
Cyan19.1%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#beafeb text on a black background
contrast 10.52:1
Card sample
#beafeb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beafeb;
Background color
Panel with #beafeb background
background-color: #beafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beafeb; background: linear-gradient(135deg, #beafeb, #E6AFEB);