#407df0
a balanced, electric blue · cool · closest name: royalblue
RGB
64, 125, 240
HSL
219°, 85%, 60%
CMYK
73, 48, 0, 6
Luminance
0.2205
Every format
| HEX | #407df0 |
| RGB | rgb(64, 125, 240) |
| HSL | hsl(219, 85%, 60%) |
| CMYK | cmyk(73%, 48%, 0%, 6%) |
| LAB | lab(54.1 19.0 -63.6) |
| LCH | lch(54.1 66.4 286.7) |
| OKLCH | oklch(0.610 0.185 261.6) |
Copy-ready code
/* CSS */
color: #407df0;
background-color: #407df0;
/* Tailwind (arbitrary) */
class="text-[#407df0] bg-[#407df0]"
/* SCSS */
$brand: #407df0;
/* SwiftUI */
Color(red: 0.251, green: 0.490, blue: 0.941)
/* Android */
Color.parseColor("#407df0")Accessibility — WCAG contrast
Aa
#407df0 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#407df0 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green49.0%
Blue94.1%
CMYK percentages
Cyan73.3%
Magenta47.9%
Yellow0.0%
Key (black)5.9%
Color previews
#407df0 text on a black background
contrast 5.41:1
Card sample
#407df0 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #407df0;
Background color
Panel with #407df0 background
background-color: #407df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #407df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 125, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 125, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #407df0; background: linear-gradient(135deg, #407df0, #7840F0);