#4073fc
a balanced, electric blue · cool · closest name: royalblue
RGB
64, 115, 252
HSL
224°, 97%, 62%
CMYK
75, 54, 0, 1
Luminance
0.2038
Every format
| HEX | #4073fc |
| RGB | rgb(64, 115, 252) |
| HSL | hsl(224, 97%, 62%) |
| CMYK | cmyk(75%, 54%, 0%, 1%) |
| LAB | lab(52.3 29.6 -73.2) |
| LCH | lch(52.3 78.9 292.0) |
| OKLCH | oklch(0.599 0.212 265.1) |
Copy-ready code
/* CSS */
color: #4073fc;
background-color: #4073fc;
/* Tailwind (arbitrary) */
class="text-[#4073fc] bg-[#4073fc]"
/* SCSS */
$brand: #4073fc;
/* SwiftUI */
Color(red: 0.251, green: 0.451, blue: 0.988)
/* Android */
Color.parseColor("#4073fc")Accessibility — WCAG contrast
Aa
#4073fc on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4073fc on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green45.1%
Blue98.8%
CMYK percentages
Cyan74.6%
Magenta54.4%
Yellow0.0%
Key (black)1.2%
Color previews
#4073fc text on a black background
contrast 5.08:1
Card sample
#4073fc text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4073fc;
Background color
Panel with #4073fc background
background-color: #4073fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4073fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 115, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 115, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4073fc; background: linear-gradient(135deg, #4073fc, #8A40FC);