#064fdf
a dark, electric blue · cool · closest name: royalblue
RGB
6, 79, 223
HSL
220°, 95%, 45%
CMYK
97, 65, 0, 13
Luminance
0.1096
Every format
| HEX | #064fdf |
| RGB | rgb(6, 79, 223) |
| HSL | hsl(220, 95%, 45%) |
| CMYK | cmyk(97%, 65%, 0%, 13%) |
| LAB | lab(39.5 37.9 -77.8) |
| LCH | lch(39.5 86.5 296.0) |
| OKLCH | oklch(0.493 0.228 262.4) |
Copy-ready code
/* CSS */
color: #064fdf;
background-color: #064fdf;
/* Tailwind (arbitrary) */
class="text-[#064fdf] bg-[#064fdf]"
/* SCSS */
$brand: #064fdf;
/* SwiftUI */
Color(red: 0.024, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#064fdf")Accessibility — WCAG contrast
Aa
#064fdf on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#064fdf on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green31.0%
Blue87.5%
CMYK percentages
Cyan97.3%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#064fdf text on a black background
contrast 3.19:1
Card sample
#064fdf text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #064fdf;
Background color
Panel with #064fdf background
background-color: #064fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #064fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #064fdf; background: linear-gradient(135deg, #064fdf, #4E06DF);