#0076ff
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 118, 255
HSL
212°, 100%, 50%
CMYK
100, 54, 0, 0
Luminance
0.2018
Every format
| HEX | #0076ff |
| RGB | rgb(0, 118, 255) |
| HSL | hsl(212, 100%, 50%) |
| CMYK | cmyk(100%, 54%, 0%, 0%) |
| LAB | lab(52.0 25.1 -75.3) |
| LCH | lch(52.0 79.3 288.4) |
| OKLCH | oklch(0.595 0.222 258.2) |
Copy-ready code
/* CSS */
color: #0076ff;
background-color: #0076ff;
/* Tailwind (arbitrary) */
class="text-[#0076ff] bg-[#0076ff]"
/* SCSS */
$brand: #0076ff;
/* SwiftUI */
Color(red: 0.000, green: 0.463, blue: 1.000)
/* Android */
Color.parseColor("#0076ff")Accessibility — WCAG contrast
Aa
#0076ff on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0076ff on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green46.3%
Blue100.0%
CMYK percentages
Cyan100.0%
Magenta53.7%
Yellow0.0%
Key (black)0.0%
Color previews
#0076ff text on a black background
contrast 5.04:1
Card sample
#0076ff text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0076ff;
Background color
Panel with #0076ff background
background-color: #0076ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0076ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 118, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 118, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0076ff; background: linear-gradient(135deg, #0076ff, #3400FF);