#7f36da
a balanced, vivid violet · warm · closest name: indigo
RGB
127, 54, 218
HSL
267°, 69%, 53%
CMYK
42, 75, 0, 15
Luminance
0.1221
Every format
| HEX | #7f36da |
| RGB | rgb(127, 54, 218) |
| HSL | hsl(267, 69%, 53%) |
| CMYK | cmyk(42%, 75%, 0%, 15%) |
| LAB | lab(41.5 62.3 -71.3) |
| LCH | lch(41.5 94.7 311.1) |
| OKLCH | oklch(0.524 0.231 298.1) |
Copy-ready code
/* CSS */
color: #7f36da;
background-color: #7f36da;
/* Tailwind (arbitrary) */
class="text-[#7f36da] bg-[#7f36da]"
/* SCSS */
$brand: #7f36da;
/* SwiftUI */
Color(red: 0.498, green: 0.212, blue: 0.855)
/* Android */
Color.parseColor("#7f36da")Accessibility — WCAG contrast
Aa
#7f36da on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f36da on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green21.2%
Blue85.5%
CMYK percentages
Cyan41.7%
Magenta75.2%
Yellow0.0%
Key (black)14.5%
Color previews
#7f36da text on a black background
contrast 3.44:1
Card sample
#7f36da text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f36da;
Background color
Panel with #7f36da background
background-color: #7f36da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f36da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 54, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 54, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f36da; background: linear-gradient(135deg, #7f36da, #DA36C8);