#074bfd
a balanced, electric blue · cool · closest name: blue
RGB
7, 75, 253
HSL
223°, 98%, 51%
CMYK
97, 70, 0, 1
Luminance
0.1217
Every format
| HEX | #074bfd |
| RGB | rgb(7, 75, 253) |
| HSL | hsl(223, 98%, 51%) |
| CMYK | cmyk(97%, 70%, 0%, 1%) |
| LAB | lab(41.5 51.3 -91.5) |
| LCH | lch(41.5 104.8 299.3) |
| OKLCH | oklch(0.516 0.267 263.6) |
Copy-ready code
/* CSS */
color: #074bfd;
background-color: #074bfd;
/* Tailwind (arbitrary) */
class="text-[#074bfd] bg-[#074bfd]"
/* SCSS */
$brand: #074bfd;
/* SwiftUI */
Color(red: 0.027, green: 0.294, blue: 0.992)
/* Android */
Color.parseColor("#074bfd")Accessibility — WCAG contrast
Aa
#074bfd on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#074bfd on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green29.4%
Blue99.2%
CMYK percentages
Cyan97.2%
Magenta70.4%
Yellow0.0%
Key (black)0.8%
Color previews
#074bfd text on a black background
contrast 3.43:1
Card sample
#074bfd text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #074bfd;
Background color
Panel with #074bfd background
background-color: #074bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #074bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 75, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 75, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #074bfd; background: linear-gradient(135deg, #074bfd, #6707FD);