#044fff
a balanced, electric blue · cool · closest name: royalblue
RGB
4, 79, 255
HSL
222°, 100%, 51%
CMYK
98, 69, 0, 0
Luminance
0.1284
Every format
| HEX | #044fff |
| RGB | rgb(4, 79, 255) |
| HSL | hsl(222, 100%, 51%) |
| CMYK | cmyk(98%, 69%, 0%, 0%) |
| LAB | lab(42.5 49.5 -90.9) |
| LCH | lch(42.5 103.5 298.6) |
| OKLCH | oklch(0.524 0.266 263.3) |
Copy-ready code
/* CSS */
color: #044fff;
background-color: #044fff;
/* Tailwind (arbitrary) */
class="text-[#044fff] bg-[#044fff]"
/* SCSS */
$brand: #044fff;
/* SwiftUI */
Color(red: 0.016, green: 0.310, blue: 1.000)
/* Android */
Color.parseColor("#044fff")Accessibility — WCAG contrast
Aa
#044fff on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#044fff on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green31.0%
Blue100.0%
CMYK percentages
Cyan98.4%
Magenta69.0%
Yellow0.0%
Key (black)0.0%
Color previews
#044fff text on a black background
contrast 3.57:1
Card sample
#044fff text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044fff;
Background color
Panel with #044fff background
background-color: #044fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 79, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 79, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044fff; background: linear-gradient(135deg, #044fff, #6104FF);