#075eb4
a dark, electric blue · cool · closest name: royalblue
RGB
7, 94, 180
HSL
210°, 93%, 37%
CMYK
96, 48, 0, 29
Luminance
0.1135
Every format
| HEX | #075eb4 |
| RGB | rgb(7, 94, 180) |
| HSL | hsl(210, 93%, 37%) |
| CMYK | cmyk(96%, 48%, 0%, 29%) |
| LAB | lab(40.1 11.0 -51.8) |
| LCH | lch(40.1 53.0 282.0) |
| OKLCH | oklch(0.487 0.155 254.7) |
Copy-ready code
/* CSS */
color: #075eb4;
background-color: #075eb4;
/* Tailwind (arbitrary) */
class="text-[#075eb4] bg-[#075eb4]"
/* SCSS */
$brand: #075eb4;
/* SwiftUI */
Color(red: 0.027, green: 0.369, blue: 0.706)
/* Android */
Color.parseColor("#075eb4")Accessibility — WCAG contrast
Aa
#075eb4 on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#075eb4 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green36.9%
Blue70.6%
CMYK percentages
Cyan96.1%
Magenta47.8%
Yellow0.0%
Key (black)29.4%
Color previews
#075eb4 text on a black background
contrast 3.27:1
Card sample
#075eb4 text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #075eb4;
Background color
Panel with #075eb4 background
background-color: #075eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #075eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 94, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 94, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #075eb4; background: linear-gradient(135deg, #075eb4, #2307B4);