#407acf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
64, 122, 207
HSL
216°, 60%, 53%
CMYK
69, 41, 0, 19
Luminance
0.1951
Every format
| HEX | #407acf |
| RGB | rgb(64, 122, 207) |
| HSL | hsl(216, 60%, 53%) |
| CMYK | cmyk(69%, 41%, 0%, 19%) |
| LAB | lab(51.3 9.0 -49.5) |
| LCH | lch(51.3 50.3 280.3) |
| OKLCH | oklch(0.583 0.144 258.0) |
Copy-ready code
/* CSS */
color: #407acf;
background-color: #407acf;
/* Tailwind (arbitrary) */
class="text-[#407acf] bg-[#407acf]"
/* SCSS */
$brand: #407acf;
/* SwiftUI */
Color(red: 0.251, green: 0.478, blue: 0.812)
/* Android */
Color.parseColor("#407acf")Accessibility — WCAG contrast
Aa
#407acf on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#407acf on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green47.8%
Blue81.2%
CMYK percentages
Cyan69.1%
Magenta41.1%
Yellow0.0%
Key (black)18.8%
Color previews
#407acf text on a black background
contrast 4.90:1
Card sample
#407acf text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #407acf;
Background color
Panel with #407acf background
background-color: #407acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #407acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 122, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 122, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #407acf; background: linear-gradient(135deg, #407acf, #6540CF);