#043bdf
a dark, electric blue · cool · closest name: navy
RGB
4, 59, 223
HSL
225°, 97%, 45%
CMYK
98, 74, 0, 13
Luminance
0.0848
Every format
| HEX | #043bdf |
| RGB | rgb(4, 59, 223) |
| HSL | hsl(225, 97%, 45%) |
| CMYK | cmyk(98%, 74%, 0%, 13%) |
| LAB | lab(35.0 50.1 -85.3) |
| LCH | lch(35.0 98.9 300.4) |
| OKLCH | oklch(0.460 0.249 263.9) |
Copy-ready code
/* CSS */
color: #043bdf;
background-color: #043bdf;
/* Tailwind (arbitrary) */
class="text-[#043bdf] bg-[#043bdf]"
/* SCSS */
$brand: #043bdf;
/* SwiftUI */
Color(red: 0.016, green: 0.231, blue: 0.875)
/* Android */
Color.parseColor("#043bdf")Accessibility — WCAG contrast
Aa
#043bdf on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#043bdf on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green23.1%
Blue87.5%
CMYK percentages
Cyan98.2%
Magenta73.5%
Yellow0.0%
Key (black)12.5%
Color previews
#043bdf text on a black background
contrast 2.70:1
Card sample
#043bdf text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #043bdf;
Background color
Panel with #043bdf background
background-color: #043bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #043bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 59, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 59, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #043bdf; background: linear-gradient(135deg, #043bdf, #5F04DF);