#4741ff
a balanced, electric blue · warm · closest name: blue
RGB
71, 65, 255
HSL
242°, 100%, 63%
CMYK
72, 75, 0, 0
Luminance
0.1234
Every format
| HEX | #4741ff |
| RGB | rgb(71, 65, 255) |
| HSL | hsl(242, 100%, 63%) |
| CMYK | cmyk(72%, 75%, 0%, 0%) |
| LAB | lab(41.8 60.5 -92.1) |
| LCH | lch(41.8 110.2 303.3) |
| OKLCH | oklch(0.524 0.267 273.5) |
Copy-ready code
/* CSS */
color: #4741ff;
background-color: #4741ff;
/* Tailwind (arbitrary) */
class="text-[#4741ff] bg-[#4741ff]"
/* SCSS */
$brand: #4741ff;
/* SwiftUI */
Color(red: 0.278, green: 0.255, blue: 1.000)
/* Android */
Color.parseColor("#4741ff")Accessibility — WCAG contrast
Aa
#4741ff on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4741ff on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green25.5%
Blue100.0%
CMYK percentages
Cyan72.2%
Magenta74.5%
Yellow0.0%
Key (black)0.0%
Color previews
#4741ff text on a black background
contrast 3.47:1
Card sample
#4741ff text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4741ff;
Background color
Panel with #4741ff background
background-color: #4741ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4741ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 65, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 65, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4741ff; background: linear-gradient(135deg, #4741ff, #C641FF);