#4a14ff
a balanced, electric blue · warm · closest name: blue
RGB
74, 20, 255
HSL
254°, 100%, 54%
CMYK
71, 92, 0, 0
Luminance
0.0918
Every format
| HEX | #4a14ff |
| RGB | rgb(74, 20, 255) |
| HSL | hsl(254, 100%, 54%) |
| CMYK | cmyk(71%, 92%, 0%, 0%) |
| LAB | lab(36.3 77.3 -101.1) |
| LCH | lch(36.3 127.3 307.4) |
| OKLCH | oklch(0.487 0.293 276.4) |
Copy-ready code
/* CSS */
color: #4a14ff;
background-color: #4a14ff;
/* Tailwind (arbitrary) */
class="text-[#4a14ff] bg-[#4a14ff]"
/* SCSS */
$brand: #4a14ff;
/* SwiftUI */
Color(red: 0.290, green: 0.078, blue: 1.000)
/* Android */
Color.parseColor("#4a14ff")Accessibility — WCAG contrast
Aa
#4a14ff on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a14ff on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green7.8%
Blue100.0%
CMYK percentages
Cyan71.0%
Magenta92.2%
Yellow0.0%
Key (black)0.0%
Color previews
#4a14ff text on a black background
contrast 2.84:1
Card sample
#4a14ff text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a14ff;
Background color
Panel with #4a14ff background
background-color: #4a14ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a14ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 20, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 20, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a14ff; background: linear-gradient(135deg, #4a14ff, #E714FF);