#7f239b
a dark, vivid violet · warm · closest name: purple
RGB
127, 35, 155
HSL
286°, 63%, 37%
CMYK
18, 77, 0, 39
Luminance
0.0808
Every format
| HEX | #7f239b |
| RGB | rgb(127, 35, 155) |
| HSL | hsl(286, 63%, 37%) |
| CMYK | cmyk(18%, 77%, 0%, 39%) |
| LAB | lab(34.1 55.6 -46.2) |
| LCH | lch(34.1 72.3 320.3) |
| OKLCH | oklch(0.457 0.190 316.8) |
Copy-ready code
/* CSS */
color: #7f239b;
background-color: #7f239b;
/* Tailwind (arbitrary) */
class="text-[#7f239b] bg-[#7f239b]"
/* SCSS */
$brand: #7f239b;
/* SwiftUI */
Color(red: 0.498, green: 0.137, blue: 0.608)
/* Android */
Color.parseColor("#7f239b")Accessibility — WCAG contrast
Aa
#7f239b on white: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f239b on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green13.7%
Blue60.8%
CMYK percentages
Cyan18.1%
Magenta77.4%
Yellow0.0%
Key (black)39.2%
Color previews
#7f239b text on a black background
contrast 2.62:1
Card sample
#7f239b text on a white background
contrast 8.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f239b;
Background color
Panel with #7f239b background
background-color: #7f239b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f239b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 35, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 35, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f239b; background: linear-gradient(135deg, #7f239b, #9B2367);