#0c2f76
a dark, electric blue · cool · closest name: midnightblue
RGB
12, 47, 118
HSL
220°, 82%, 26%
CMYK
90, 60, 0, 54
Luminance
0.0342
Every format
| HEX | #0c2f76 |
| RGB | rgb(12, 47, 118) |
| HSL | hsl(220, 82%, 26%) |
| CMYK | cmyk(90%, 60%, 0%, 54%) |
| LAB | lab(21.6 17.8 -44.0) |
| LCH | lch(21.6 47.4 292.0) |
| OKLCH | oklch(0.331 0.128 262.2) |
Copy-ready code
/* CSS */
color: #0c2f76;
background-color: #0c2f76;
/* Tailwind (arbitrary) */
class="text-[#0c2f76] bg-[#0c2f76]"
/* SCSS */
$brand: #0c2f76;
/* SwiftUI */
Color(red: 0.047, green: 0.184, blue: 0.463)
/* Android */
Color.parseColor("#0c2f76")Accessibility — WCAG contrast
Aa
#0c2f76 on white: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c2f76 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green18.4%
Blue46.3%
CMYK percentages
Cyan89.8%
Magenta60.2%
Yellow0.0%
Key (black)53.7%
Color previews
#0c2f76 text on a black background
contrast 1.68:1
Card sample
#0c2f76 text on a white background
contrast 12.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c2f76;
Background color
Panel with #0c2f76 background
background-color: #0c2f76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c2f76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 47, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 47, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c2f76; background: linear-gradient(135deg, #0c2f76, #300C76);