#4074df
a balanced, vivid blue · cool · closest name: royalblue
RGB
64, 116, 223
HSL
220°, 71%, 56%
CMYK
71, 48, 0, 13
Luminance
0.1891
Every format
| HEX | #4074df |
| RGB | rgb(64, 116, 223) |
| HSL | hsl(220, 71%, 56%) |
| CMYK | cmyk(71%, 48%, 0%, 13%) |
| LAB | lab(50.6 18.5 -59.7) |
| LCH | lch(50.6 62.5 287.2) |
| OKLCH | oklch(0.580 0.173 262.7) |
Copy-ready code
/* CSS */
color: #4074df;
background-color: #4074df;
/* Tailwind (arbitrary) */
class="text-[#4074df] bg-[#4074df]"
/* SCSS */
$brand: #4074df;
/* SwiftUI */
Color(red: 0.251, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#4074df")Accessibility — WCAG contrast
Aa
#4074df on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4074df on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green45.5%
Blue87.5%
CMYK percentages
Cyan71.3%
Magenta48.0%
Yellow0.0%
Key (black)12.5%
Color previews
#4074df text on a black background
contrast 4.78:1
Card sample
#4074df text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4074df;
Background color
Panel with #4074df background
background-color: #4074df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4074df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4074df; background: linear-gradient(135deg, #4074df, #7640DF);