#4f239b
a dark, vivid violet · warm · closest name: indigo
RGB
79, 35, 155
HSL
262°, 63%, 37%
CMYK
49, 77, 0, 39
Luminance
0.0523
Every format
| HEX | #4f239b |
| RGB | rgb(79, 35, 155) |
| HSL | hsl(262, 63%, 37%) |
| CMYK | cmyk(49%, 77%, 0%, 39%) |
| LAB | lab(27.4 47.0 -57.5) |
| LCH | lch(27.4 74.2 309.3) |
| OKLCH | oklch(0.395 0.179 293.0) |
Copy-ready code
/* CSS */
color: #4f239b;
background-color: #4f239b;
/* Tailwind (arbitrary) */
class="text-[#4f239b] bg-[#4f239b]"
/* SCSS */
$brand: #4f239b;
/* SwiftUI */
Color(red: 0.310, green: 0.137, blue: 0.608)
/* Android */
Color.parseColor("#4f239b")Accessibility — WCAG contrast
Aa
#4f239b on white: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f239b on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green13.7%
Blue60.8%
CMYK percentages
Cyan49.0%
Magenta77.4%
Yellow0.0%
Key (black)39.2%
Color previews
#4f239b text on a black background
contrast 2.05:1
Card sample
#4f239b text on a white background
contrast 10.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f239b;
Background color
Panel with #4f239b background
background-color: #4f239b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f239b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 35, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 35, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f239b; background: linear-gradient(135deg, #4f239b, #9B2397);