#0c77e2
a balanced, electric blue · cool · closest name: dodgerblue
RGB
12, 119, 226
HSL
210°, 90%, 47%
CMYK
95, 47, 0, 11
Luminance
0.1876
Every format
| HEX | #0c77e2 |
| RGB | rgb(12, 119, 226) |
| HSL | hsl(210, 90%, 47%) |
| CMYK | cmyk(95%, 47%, 0%, 11%) |
| LAB | lab(50.4 13.5 -61.7) |
| LCH | lch(50.4 63.2 282.3) |
| OKLCH | oklch(0.576 0.184 254.9) |
Copy-ready code
/* CSS */
color: #0c77e2;
background-color: #0c77e2;
/* Tailwind (arbitrary) */
class="text-[#0c77e2] bg-[#0c77e2]"
/* SCSS */
$brand: #0c77e2;
/* SwiftUI */
Color(red: 0.047, green: 0.467, blue: 0.886)
/* Android */
Color.parseColor("#0c77e2")Accessibility — WCAG contrast
Aa
#0c77e2 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0c77e2 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green46.7%
Blue88.6%
CMYK percentages
Cyan94.7%
Magenta47.3%
Yellow0.0%
Key (black)11.4%
Color previews
#0c77e2 text on a black background
contrast 4.75:1
Card sample
#0c77e2 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c77e2;
Background color
Panel with #0c77e2 background
background-color: #0c77e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c77e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 119, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 119, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c77e2; background: linear-gradient(135deg, #0c77e2, #300CE2);