#076fdf
a balanced, electric blue · cool · closest name: royalblue
RGB
7, 111, 223
HSL
211°, 94%, 45%
CMYK
97, 50, 0, 13
Luminance
0.1674
Every format
| HEX | #076fdf |
| RGB | rgb(7, 111, 223) |
| HSL | hsl(211, 94%, 45%) |
| CMYK | cmyk(97%, 50%, 0%, 13%) |
| LAB | lab(47.9 17.2 -64.0) |
| LCH | lch(47.9 66.3 285.1) |
| OKLCH | oklch(0.556 0.190 256.5) |
Copy-ready code
/* CSS */
color: #076fdf;
background-color: #076fdf;
/* Tailwind (arbitrary) */
class="text-[#076fdf] bg-[#076fdf]"
/* SCSS */
$brand: #076fdf;
/* SwiftUI */
Color(red: 0.027, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#076fdf")Accessibility — WCAG contrast
Aa
#076fdf on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#076fdf on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green43.5%
Blue87.5%
CMYK percentages
Cyan96.9%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#076fdf text on a black background
contrast 4.35:1
Card sample
#076fdf text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #076fdf;
Background color
Panel with #076fdf background
background-color: #076fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #076fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #076fdf; background: linear-gradient(135deg, #076fdf, #2F07DF);