#4f0a7b
a dark, electric violet · warm · closest name: indigo
RGB
79, 10, 123
HSL
277°, 85%, 26%
CMYK
36, 92, 0, 52
Luminance
0.0331
Every format
| HEX | #4f0a7b |
| RGB | rgb(79, 10, 123) |
| HSL | hsl(277, 85%, 26%) |
| CMYK | cmyk(36%, 92%, 0%, 52%) |
| LAB | lab(21.2 48.1 -47.6) |
| LCH | lch(21.2 67.7 315.3) |
| OKLCH | oklch(0.344 0.168 305.9) |
Copy-ready code
/* CSS */
color: #4f0a7b;
background-color: #4f0a7b;
/* Tailwind (arbitrary) */
class="text-[#4f0a7b] bg-[#4f0a7b]"
/* SCSS */
$brand: #4f0a7b;
/* SwiftUI */
Color(red: 0.310, green: 0.039, blue: 0.482)
/* Android */
Color.parseColor("#4f0a7b")Accessibility — WCAG contrast
Aa
#4f0a7b on white: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f0a7b on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green3.9%
Blue48.2%
CMYK percentages
Cyan35.8%
Magenta91.9%
Yellow0.0%
Key (black)51.8%
Color previews
#4f0a7b text on a black background
contrast 1.66:1
Card sample
#4f0a7b text on a white background
contrast 12.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f0a7b;
Background color
Panel with #4f0a7b background
background-color: #4f0a7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f0a7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 10, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 10, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f0a7b; background: linear-gradient(135deg, #4f0a7b, #7B0A5C);