#0c1883
a dark, electric blue · warm · closest name: navy
RGB
12, 24, 131
HSL
234°, 83%, 28%
CMYK
91, 82, 0, 49
Luminance
0.0237
Every format
| HEX | #0c1883 |
| RGB | rgb(12, 24, 131) |
| HSL | hsl(234, 83%, 28%) |
| CMYK | cmyk(91%, 82%, 0%, 49%) |
| LAB | lab(17.3 38.3 -59.4) |
| LCH | lch(17.3 70.6 302.8) |
| OKLCH | oklch(0.303 0.172 266.8) |
Copy-ready code
/* CSS */
color: #0c1883;
background-color: #0c1883;
/* Tailwind (arbitrary) */
class="text-[#0c1883] bg-[#0c1883]"
/* SCSS */
$brand: #0c1883;
/* SwiftUI */
Color(red: 0.047, green: 0.094, blue: 0.514)
/* Android */
Color.parseColor("#0c1883")Accessibility — WCAG contrast
Aa
#0c1883 on white: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c1883 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green9.4%
Blue51.4%
CMYK percentages
Cyan90.8%
Magenta81.7%
Yellow0.0%
Key (black)48.6%
Color previews
#0c1883 text on a black background
contrast 1.47:1
Card sample
#0c1883 text on a white background
contrast 14.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c1883;
Background color
Panel with #0c1883 background
background-color: #0c1883;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c1883;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 24, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 24, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c1883; background: linear-gradient(135deg, #0c1883, #4F0C83);