#047fff
a balanced, electric blue · cool · closest name: royalblue
RGB
4, 127, 255
HSL
211°, 100%, 51%
CMYK
98, 50, 0, 0
Luminance
0.2242
Every format
| HEX | #047fff |
| RGB | rgb(4, 127, 255) |
| HSL | hsl(211, 100%, 51%) |
| CMYK | cmyk(98%, 50%, 0%, 0%) |
| LAB | lab(54.5 19.5 -71.3) |
| LCH | lch(54.5 73.9 285.3) |
| OKLCH | oklch(0.613 0.212 256.5) |
Copy-ready code
/* CSS */
color: #047fff;
background-color: #047fff;
/* Tailwind (arbitrary) */
class="text-[#047fff] bg-[#047fff]"
/* SCSS */
$brand: #047fff;
/* SwiftUI */
Color(red: 0.016, green: 0.498, blue: 1.000)
/* Android */
Color.parseColor("#047fff")Accessibility — WCAG contrast
Aa
#047fff on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#047fff on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green49.8%
Blue100.0%
CMYK percentages
Cyan98.4%
Magenta50.2%
Yellow0.0%
Key (black)0.0%
Color previews
#047fff text on a black background
contrast 5.48:1
Card sample
#047fff text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #047fff;
Background color
Panel with #047fff background
background-color: #047fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #047fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 127, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 127, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #047fff; background: linear-gradient(135deg, #047fff, #3004FF);