#0c032f
a deep, electric blue · warm · closest name: black
RGB
12, 3, 47
HSL
252°, 88%, 10%
CMYK
75, 94, 0, 82
Luminance
0.0035
Every format
| HEX | #0c032f |
| RGB | rgb(12, 3, 47) |
| HSL | hsl(252, 88%, 10%) |
| CMYK | cmyk(75%, 94%, 0%, 82%) |
| LAB | lab(3.1 15.0 -25.4) |
| LCH | lch(3.1 29.5 300.5) |
| OKLCH | oklch(0.161 0.083 283.2) |
Copy-ready code
/* CSS */
color: #0c032f;
background-color: #0c032f;
/* Tailwind (arbitrary) */
class="text-[#0c032f] bg-[#0c032f]"
/* SCSS */
$brand: #0c032f;
/* SwiftUI */
Color(red: 0.047, green: 0.012, blue: 0.184)
/* Android */
Color.parseColor("#0c032f")Accessibility — WCAG contrast
Aa
#0c032f on white: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c032f on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green1.2%
Blue18.4%
CMYK percentages
Cyan74.5%
Magenta93.6%
Yellow0.0%
Key (black)81.6%
Color previews
#0c032f text on a black background
contrast 1.07:1
Card sample
#0c032f text on a white background
contrast 19.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c032f;
Background color
Panel with #0c032f background
background-color: #0c032f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c032f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 3, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 3, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c032f; background: linear-gradient(135deg, #0c032f, #29032F);