#4f2abc
a balanced, vivid violet · warm · closest name: navy
RGB
79, 42, 188
HSL
255°, 64%, 45%
CMYK
58, 78, 0, 26
Luminance
0.0695
Every format
| HEX | #4f2abc |
| RGB | rgb(79, 42, 188) |
| HSL | hsl(255, 64%, 45%) |
| CMYK | cmyk(58%, 78%, 0%, 26%) |
| LAB | lab(31.7 52.9 -70.2) |
| LCH | lch(31.7 87.9 307.0) |
| OKLCH | oklch(0.435 0.210 285.3) |
Copy-ready code
/* CSS */
color: #4f2abc;
background-color: #4f2abc;
/* Tailwind (arbitrary) */
class="text-[#4f2abc] bg-[#4f2abc]"
/* SCSS */
$brand: #4f2abc;
/* SwiftUI */
Color(red: 0.310, green: 0.165, blue: 0.737)
/* Android */
Color.parseColor("#4f2abc")Accessibility — WCAG contrast
Aa
#4f2abc on white: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2abc on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green16.5%
Blue73.7%
CMYK percentages
Cyan58.0%
Magenta77.7%
Yellow0.0%
Key (black)26.3%
Color previews
#4f2abc text on a black background
contrast 2.39:1
Card sample
#4f2abc text on a white background
contrast 8.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2abc;
Background color
Panel with #4f2abc background
background-color: #4f2abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 42, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 42, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2abc; background: linear-gradient(135deg, #4f2abc, #B02ABC);