#0c76cf
a dark, electric blue · cool · closest name: dodgerblue
RGB
12, 118, 207
HSL
207°, 89%, 43%
CMYK
94, 43, 0, 19
Luminance
0.1754
Every format
| HEX | #0c76cf |
| RGB | rgb(12, 118, 207) |
| HSL | hsl(207, 89%, 43%) |
| CMYK | cmyk(94%, 43%, 0%, 19%) |
| LAB | lab(48.9 6.7 -53.3) |
| LCH | lch(48.9 53.8 277.1) |
| OKLCH | oklch(0.561 0.161 251.6) |
Copy-ready code
/* CSS */
color: #0c76cf;
background-color: #0c76cf;
/* Tailwind (arbitrary) */
class="text-[#0c76cf] bg-[#0c76cf]"
/* SCSS */
$brand: #0c76cf;
/* SwiftUI */
Color(red: 0.047, green: 0.463, blue: 0.812)
/* Android */
Color.parseColor("#0c76cf")Accessibility — WCAG contrast
Aa
#0c76cf on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c76cf on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green46.3%
Blue81.2%
CMYK percentages
Cyan94.2%
Magenta43.0%
Yellow0.0%
Key (black)18.8%
Color previews
#0c76cf text on a black background
contrast 4.51:1
Card sample
#0c76cf text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c76cf;
Background color
Panel with #0c76cf background
background-color: #0c76cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c76cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 118, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 118, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c76cf; background: linear-gradient(135deg, #0c76cf, #240CCF);