#0c1a53
a deep, vivid blue · warm · closest name: midnightblue
RGB
12, 26, 83
HSL
228°, 75%, 19%
CMYK
86, 69, 0, 68
Luminance
0.0144
Every format
| HEX | #0c1a53 |
| RGB | rgb(12, 26, 83) |
| HSL | hsl(228, 75%, 19%) |
| CMYK | cmyk(86%, 69%, 0%, 68%) |
| LAB | lab(12.2 18.2 -36.3) |
| LCH | lch(12.2 40.6 296.7) |
| OKLCH | oklch(0.250 0.105 267.3) |
Copy-ready code
/* CSS */
color: #0c1a53;
background-color: #0c1a53;
/* Tailwind (arbitrary) */
class="text-[#0c1a53] bg-[#0c1a53]"
/* SCSS */
$brand: #0c1a53;
/* SwiftUI */
Color(red: 0.047, green: 0.102, blue: 0.325)
/* Android */
Color.parseColor("#0c1a53")Accessibility — WCAG contrast
Aa
#0c1a53 on white: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c1a53 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green10.2%
Blue32.5%
CMYK percentages
Cyan85.5%
Magenta68.7%
Yellow0.0%
Key (black)67.5%
Color previews
#0c1a53 text on a black background
contrast 1.29:1
Card sample
#0c1a53 text on a white background
contrast 16.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c1a53;
Background color
Panel with #0c1a53 background
background-color: #0c1a53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c1a53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 26, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 26, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c1a53; background: linear-gradient(135deg, #0c1a53, #2D0C53);