#4f5fec
a balanced, electric blue · warm · closest name: royalblue
RGB
79, 95, 236
HSL
234°, 81%, 62%
CMYK
67, 60, 0, 8
Luminance
0.1590
Every format
| HEX | #4f5fec |
| RGB | rgb(79, 95, 236) |
| HSL | hsl(234, 81%, 62%) |
| CMYK | cmyk(67%, 60%, 0%, 8%) |
| LAB | lab(46.8 38.2 -73.0) |
| LCH | lch(46.8 82.4 297.6) |
| OKLCH | oklch(0.557 0.211 272.6) |
Copy-ready code
/* CSS */
color: #4f5fec;
background-color: #4f5fec;
/* Tailwind (arbitrary) */
class="text-[#4f5fec] bg-[#4f5fec]"
/* SCSS */
$brand: #4f5fec;
/* SwiftUI */
Color(red: 0.310, green: 0.373, blue: 0.925)
/* Android */
Color.parseColor("#4f5fec")Accessibility — WCAG contrast
Aa
#4f5fec on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f5fec on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green37.3%
Blue92.5%
CMYK percentages
Cyan66.5%
Magenta59.7%
Yellow0.0%
Key (black)7.5%
Color previews
#4f5fec text on a black background
contrast 4.18:1
Card sample
#4f5fec text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f5fec;
Background color
Panel with #4f5fec background
background-color: #4f5fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f5fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 95, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 95, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f5fec; background: linear-gradient(135deg, #4f5fec, #A84FEC);