#074baf
a dark, electric blue · cool · closest name: royalblue
RGB
7, 75, 175
HSL
216°, 92%, 36%
CMYK
96, 57, 0, 31
Luminance
0.0817
Every format
| HEX | #074baf |
| RGB | rgb(7, 75, 175) |
| HSL | hsl(216, 92%, 36%) |
| CMYK | cmyk(96%, 57%, 0%, 31%) |
| LAB | lab(34.3 21.7 -58.3) |
| LCH | lch(34.3 62.2 290.4) |
| OKLCH | oklch(0.441 0.171 259.8) |
Copy-ready code
/* CSS */
color: #074baf;
background-color: #074baf;
/* Tailwind (arbitrary) */
class="text-[#074baf] bg-[#074baf]"
/* SCSS */
$brand: #074baf;
/* SwiftUI */
Color(red: 0.027, green: 0.294, blue: 0.686)
/* Android */
Color.parseColor("#074baf")Accessibility — WCAG contrast
Aa
#074baf on white: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#074baf on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green29.4%
Blue68.6%
CMYK percentages
Cyan96.0%
Magenta57.1%
Yellow0.0%
Key (black)31.4%
Color previews
#074baf text on a black background
contrast 2.63:1
Card sample
#074baf text on a white background
contrast 7.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #074baf;
Background color
Panel with #074baf background
background-color: #074baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #074baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 75, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 75, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #074baf; background: linear-gradient(135deg, #074baf, #3307AF);