#4f1abc
a dark, electric violet · warm · closest name: navy
RGB
79, 26, 188
HSL
260°, 76%, 42%
CMYK
58, 86, 0, 26
Luminance
0.0603
Every format
| HEX | #4f1abc |
| RGB | rgb(79, 26, 188) |
| HSL | hsl(260, 76%, 42%) |
| CMYK | cmyk(58%, 86%, 0%, 26%) |
| LAB | lab(29.5 59.3 -73.8) |
| LCH | lch(29.5 94.7 308.8) |
| OKLCH | oklch(0.420 0.222 286.8) |
Copy-ready code
/* CSS */
color: #4f1abc;
background-color: #4f1abc;
/* Tailwind (arbitrary) */
class="text-[#4f1abc] bg-[#4f1abc]"
/* SCSS */
$brand: #4f1abc;
/* SwiftUI */
Color(red: 0.310, green: 0.102, blue: 0.737)
/* Android */
Color.parseColor("#4f1abc")Accessibility — WCAG contrast
Aa
#4f1abc on white: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f1abc on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green10.2%
Blue73.7%
CMYK percentages
Cyan58.0%
Magenta86.2%
Yellow0.0%
Key (black)26.3%
Color previews
#4f1abc text on a black background
contrast 2.21:1
Card sample
#4f1abc text on a white background
contrast 9.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f1abc;
Background color
Panel with #4f1abc background
background-color: #4f1abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f1abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 26, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 26, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f1abc; background: linear-gradient(135deg, #4f1abc, #BB1ABC);