#4f2299
a dark, vivid violet · warm · closest name: indigo
RGB
79, 34, 153
HSL
263°, 64%, 37%
CMYK
48, 78, 0, 40
Luminance
0.0511
Every format
| HEX | #4f2299 |
| RGB | rgb(79, 34, 153) |
| HSL | hsl(263, 64%, 37%) |
| CMYK | cmyk(48%, 78%, 0%, 40%) |
| LAB | lab(27.0 46.9 -56.8) |
| LCH | lch(27.0 73.7 309.5) |
| OKLCH | oklch(0.392 0.178 293.6) |
Copy-ready code
/* CSS */
color: #4f2299;
background-color: #4f2299;
/* Tailwind (arbitrary) */
class="text-[#4f2299] bg-[#4f2299]"
/* SCSS */
$brand: #4f2299;
/* SwiftUI */
Color(red: 0.310, green: 0.133, blue: 0.600)
/* Android */
Color.parseColor("#4f2299")Accessibility — WCAG contrast
Aa
#4f2299 on white: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2299 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green13.3%
Blue60.0%
CMYK percentages
Cyan48.4%
Magenta77.8%
Yellow0.0%
Key (black)40.0%
Color previews
#4f2299 text on a black background
contrast 2.02:1
Card sample
#4f2299 text on a white background
contrast 10.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2299;
Background color
Panel with #4f2299 background
background-color: #4f2299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 34, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 34, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2299; background: linear-gradient(135deg, #4f2299, #992294);