#4f6fec
a balanced, electric blue · warm · closest name: royalblue
RGB
79, 111, 236
HSL
228°, 81%, 62%
CMYK
67, 53, 0, 8
Luminance
0.1909
Every format
| HEX | #4f6fec |
| RGB | rgb(79, 111, 236) |
| HSL | hsl(228, 81%, 62%) |
| CMYK | cmyk(67%, 53%, 0%, 8%) |
| LAB | lab(50.8 28.4 -66.6) |
| LCH | lch(50.8 72.4 293.0) |
| OKLCH | oklch(0.586 0.192 268.9) |
Copy-ready code
/* CSS */
color: #4f6fec;
background-color: #4f6fec;
/* Tailwind (arbitrary) */
class="text-[#4f6fec] bg-[#4f6fec]"
/* SCSS */
$brand: #4f6fec;
/* SwiftUI */
Color(red: 0.310, green: 0.435, blue: 0.925)
/* Android */
Color.parseColor("#4f6fec")Accessibility — WCAG contrast
Aa
#4f6fec on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f6fec on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green43.5%
Blue92.5%
CMYK percentages
Cyan66.5%
Magenta53.0%
Yellow0.0%
Key (black)7.5%
Color previews
#4f6fec text on a black background
contrast 4.82:1
Card sample
#4f6fec text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f6fec;
Background color
Panel with #4f6fec background
background-color: #4f6fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f6fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 111, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 111, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f6fec; background: linear-gradient(135deg, #4f6fec, #984FEC);