#4f28ba
a dark, vivid violet · warm · closest name: navy
RGB
79, 40, 186
HSL
256°, 65%, 44%
CMYK
58, 79, 0, 27
Luminance
0.0673
Every format
| HEX | #4f28ba |
| RGB | rgb(79, 40, 186) |
| HSL | hsl(256, 65%, 44%) |
| CMYK | cmyk(58%, 79%, 0%, 27%) |
| LAB | lab(31.2 53.3 -69.9) |
| LCH | lch(31.2 87.9 307.3) |
| OKLCH | oklch(0.431 0.209 285.9) |
Copy-ready code
/* CSS */
color: #4f28ba;
background-color: #4f28ba;
/* Tailwind (arbitrary) */
class="text-[#4f28ba] bg-[#4f28ba]"
/* SCSS */
$brand: #4f28ba;
/* SwiftUI */
Color(red: 0.310, green: 0.157, blue: 0.729)
/* Android */
Color.parseColor("#4f28ba")Accessibility — WCAG contrast
Aa
#4f28ba on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f28ba on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green15.7%
Blue72.9%
CMYK percentages
Cyan57.5%
Magenta78.5%
Yellow0.0%
Key (black)27.1%
Color previews
#4f28ba text on a black background
contrast 2.35:1
Card sample
#4f28ba text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f28ba;
Background color
Panel with #4f28ba background
background-color: #4f28ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f28ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 40, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 40, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f28ba; background: linear-gradient(135deg, #4f28ba, #B028BA);