#4f2ac0
a balanced, vivid blue · warm · closest name: navy
RGB
79, 42, 192
HSL
255°, 64%, 46%
CMYK
59, 78, 0, 25
Luminance
0.0712
Every format
| HEX | #4f2ac0 |
| RGB | rgb(79, 42, 192) |
| HSL | hsl(255, 64%, 46%) |
| CMYK | cmyk(59%, 78%, 0%, 25%) |
| LAB | lab(32.1 54.0 -71.9) |
| LCH | lch(32.1 90.0 306.9) |
| OKLCH | oklch(0.439 0.214 284.6) |
Copy-ready code
/* CSS */
color: #4f2ac0;
background-color: #4f2ac0;
/* Tailwind (arbitrary) */
class="text-[#4f2ac0] bg-[#4f2ac0]"
/* SCSS */
$brand: #4f2ac0;
/* SwiftUI */
Color(red: 0.310, green: 0.165, blue: 0.753)
/* Android */
Color.parseColor("#4f2ac0")Accessibility — WCAG contrast
Aa
#4f2ac0 on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2ac0 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green16.5%
Blue75.3%
CMYK percentages
Cyan58.9%
Magenta78.1%
Yellow0.0%
Key (black)24.7%
Color previews
#4f2ac0 text on a black background
contrast 2.42:1
Card sample
#4f2ac0 text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2ac0;
Background color
Panel with #4f2ac0 background
background-color: #4f2ac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2ac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 42, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 42, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2ac0; background: linear-gradient(135deg, #4f2ac0, #B32AC0);