#be2df0
a balanced, electric violet · warm · closest name: magenta
RGB
190, 45, 240
HSL
285°, 87%, 56%
CMYK
21, 81, 0, 6
Luminance
0.1912
Every format
| HEX | #be2df0 |
| RGB | rgb(190, 45, 240) |
| HSL | hsl(285, 87%, 56%) |
| CMYK | cmyk(21%, 81%, 0%, 6%) |
| LAB | lab(50.8 80.0 -68.3) |
| LCH | lch(50.8 105.2 319.5) |
| OKLCH | oklch(0.612 0.273 315.0) |
Copy-ready code
/* CSS */
color: #be2df0;
background-color: #be2df0;
/* Tailwind (arbitrary) */
class="text-[#be2df0] bg-[#be2df0]"
/* SCSS */
$brand: #be2df0;
/* SwiftUI */
Color(red: 0.745, green: 0.176, blue: 0.941)
/* Android */
Color.parseColor("#be2df0")Accessibility — WCAG contrast
Aa
#be2df0 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be2df0 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green17.6%
Blue94.1%
CMYK percentages
Cyan20.8%
Magenta81.3%
Yellow0.0%
Key (black)5.9%
Color previews
#be2df0 text on a black background
contrast 4.82:1
Card sample
#be2df0 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be2df0;
Background color
Panel with #be2df0 background
background-color: #be2df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be2df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 45, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 45, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be2df0; background: linear-gradient(135deg, #be2df0, #F02DA0);