#7f2ceb
a balanced, electric violet · warm · closest name: blue
RGB
127, 44, 235
HSL
266°, 83%, 55%
CMYK
46, 81, 0, 8
Luminance
0.1231
Every format
| HEX | #7f2ceb |
| RGB | rgb(127, 44, 235) |
| HSL | hsl(266, 83%, 55%) |
| CMYK | cmyk(46%, 81%, 0%, 8%) |
| LAB | lab(41.7 70.1 -80.7) |
| LCH | lch(41.7 106.9 311.0) |
| OKLCH | oklch(0.530 0.257 295.6) |
Copy-ready code
/* CSS */
color: #7f2ceb;
background-color: #7f2ceb;
/* Tailwind (arbitrary) */
class="text-[#7f2ceb] bg-[#7f2ceb]"
/* SCSS */
$brand: #7f2ceb;
/* SwiftUI */
Color(red: 0.498, green: 0.173, blue: 0.922)
/* Android */
Color.parseColor("#7f2ceb")Accessibility — WCAG contrast
Aa
#7f2ceb on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f2ceb on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green17.3%
Blue92.2%
CMYK percentages
Cyan46.0%
Magenta81.3%
Yellow0.0%
Key (black)7.8%
Color previews
#7f2ceb text on a black background
contrast 3.46:1
Card sample
#7f2ceb text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f2ceb;
Background color
Panel with #7f2ceb background
background-color: #7f2ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f2ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 44, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 44, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f2ceb; background: linear-gradient(135deg, #7f2ceb, #EB2CD8);