#0076cf
a dark, electric blue · cool · closest name: dodgerblue
RGB
0, 118, 207
HSL
206°, 100%, 41%
CMYK
100, 43, 0, 19
Luminance
0.1746
Every format
| HEX | #0076cf |
| RGB | rgb(0, 118, 207) |
| HSL | hsl(206, 100%, 41%) |
| CMYK | cmyk(100%, 43%, 0%, 19%) |
| LAB | lab(48.8 6.3 -53.5) |
| LCH | lch(48.8 53.9 276.7) |
| OKLCH | oklch(0.560 0.163 250.9) |
Copy-ready code
/* CSS */
color: #0076cf;
background-color: #0076cf;
/* Tailwind (arbitrary) */
class="text-[#0076cf] bg-[#0076cf]"
/* SCSS */
$brand: #0076cf;
/* SwiftUI */
Color(red: 0.000, green: 0.463, blue: 0.812)
/* Android */
Color.parseColor("#0076cf")Accessibility — WCAG contrast
Aa
#0076cf on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0076cf on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green46.3%
Blue81.2%
CMYK percentages
Cyan100.0%
Magenta43.0%
Yellow0.0%
Key (black)18.8%
Color previews
#0076cf text on a black background
contrast 4.49:1
Card sample
#0076cf text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0076cf;
Background color
Panel with #0076cf background
background-color: #0076cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0076cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 118, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 118, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0076cf; background: linear-gradient(135deg, #0076cf, #1400CF);