#0c102b
a deep, vivid blue · warm · closest name: black
RGB
12, 16, 43
HSL
232°, 56%, 11%
CMYK
72, 63, 0, 83
Luminance
0.0062
Every format
| HEX | #0c102b |
| RGB | rgb(12, 16, 43) |
| HSL | hsl(232, 56%, 11%) |
| CMYK | cmyk(72%, 63%, 0%, 83%) |
| LAB | lab(5.6 7.4 -18.5) |
| LCH | lch(5.6 19.9 291.8) |
| OKLCH | oklch(0.187 0.054 273.6) |
Copy-ready code
/* CSS */
color: #0c102b;
background-color: #0c102b;
/* Tailwind (arbitrary) */
class="text-[#0c102b] bg-[#0c102b]"
/* SCSS */
$brand: #0c102b;
/* SwiftUI */
Color(red: 0.047, green: 0.063, blue: 0.169)
/* Android */
Color.parseColor("#0c102b")Accessibility — WCAG contrast
Aa
#0c102b on white: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c102b on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green6.3%
Blue16.9%
CMYK percentages
Cyan72.1%
Magenta62.8%
Yellow0.0%
Key (black)83.1%
Color previews
#0c102b text on a black background
contrast 1.12:1
Card sample
#0c102b text on a white background
contrast 18.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c102b;
Background color
Panel with #0c102b background
background-color: #0c102b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c102b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 16, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 16, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c102b; background: linear-gradient(135deg, #0c102b, #1D0C2B);