#4f0870
a deep, electric violet · warm · closest name: indigo
RGB
79, 8, 112
HSL
281°, 87%, 24%
CMYK
30, 93, 0, 56
Luminance
0.0301
Every format
| HEX | #4f0870 |
| RGB | rgb(79, 8, 112) |
| HSL | hsl(281, 87%, 24%) |
| CMYK | cmyk(30%, 93%, 0%, 56%) |
| LAB | lab(20.1 46.2 -42.4) |
| LCH | lch(20.1 62.7 317.4) |
| OKLCH | oklch(0.332 0.159 310.6) |
Copy-ready code
/* CSS */
color: #4f0870;
background-color: #4f0870;
/* Tailwind (arbitrary) */
class="text-[#4f0870] bg-[#4f0870]"
/* SCSS */
$brand: #4f0870;
/* SwiftUI */
Color(red: 0.310, green: 0.031, blue: 0.439)
/* Android */
Color.parseColor("#4f0870")Accessibility — WCAG contrast
Aa
#4f0870 on white: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f0870 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green3.1%
Blue43.9%
CMYK percentages
Cyan29.5%
Magenta92.9%
Yellow0.0%
Key (black)56.1%
Color previews
#4f0870 text on a black background
contrast 1.60:1
Card sample
#4f0870 text on a white background
contrast 13.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f0870;
Background color
Panel with #4f0870 background
background-color: #4f0870;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f0870;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 8, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 8, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f0870; background: linear-gradient(135deg, #4f0870, #70084C);