#7f2cfb
a balanced, electric violet · warm · closest name: blue
RGB
127, 44, 251
HSL
264°, 96%, 58%
CMYK
49, 83, 0, 2
Luminance
0.1328
Every format
| HEX | #7f2cfb |
| RGB | rgb(127, 44, 251) |
| HSL | hsl(264, 96%, 58%) |
| CMYK | cmyk(49%, 83%, 0%, 2%) |
| LAB | lab(43.2 73.8 -87.3) |
| LCH | lch(43.2 114.3 310.2) |
| OKLCH | oklch(0.544 0.272 292.8) |
Copy-ready code
/* CSS */
color: #7f2cfb;
background-color: #7f2cfb;
/* Tailwind (arbitrary) */
class="text-[#7f2cfb] bg-[#7f2cfb]"
/* SCSS */
$brand: #7f2cfb;
/* SwiftUI */
Color(red: 0.498, green: 0.173, blue: 0.984)
/* Android */
Color.parseColor("#7f2cfb")Accessibility — WCAG contrast
Aa
#7f2cfb on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f2cfb on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green17.3%
Blue98.4%
CMYK percentages
Cyan49.4%
Magenta82.5%
Yellow0.0%
Key (black)1.6%
Color previews
#7f2cfb text on a black background
contrast 3.66:1
Card sample
#7f2cfb text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f2cfb;
Background color
Panel with #7f2cfb background
background-color: #7f2cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f2cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 44, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 44, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f2cfb; background: linear-gradient(135deg, #7f2cfb, #FB2CED);