#074bdf
a balanced, electric blue · cool · closest name: royalblue
RGB
7, 75, 223
HSL
221°, 94%, 45%
CMYK
97, 66, 0, 13
Luminance
0.1041
Every format
| HEX | #074bdf |
| RGB | rgb(7, 75, 223) |
| HSL | hsl(221, 94%, 45%) |
| CMYK | cmyk(97%, 66%, 0%, 13%) |
| LAB | lab(38.6 40.5 -79.3) |
| LCH | lch(38.6 89.1 297.0) |
| OKLCH | oklch(0.486 0.232 262.9) |
Copy-ready code
/* CSS */
color: #074bdf;
background-color: #074bdf;
/* Tailwind (arbitrary) */
class="text-[#074bdf] bg-[#074bdf]"
/* SCSS */
$brand: #074bdf;
/* SwiftUI */
Color(red: 0.027, green: 0.294, blue: 0.875)
/* Android */
Color.parseColor("#074bdf")Accessibility — WCAG contrast
Aa
#074bdf on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#074bdf on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green29.4%
Blue87.5%
CMYK percentages
Cyan96.9%
Magenta66.4%
Yellow0.0%
Key (black)12.5%
Color previews
#074bdf text on a black background
contrast 3.08:1
Card sample
#074bdf text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #074bdf;
Background color
Panel with #074bdf background
background-color: #074bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #074bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 75, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 75, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #074bdf; background: linear-gradient(135deg, #074bdf, #5307DF);