#0c2b4b
a deep, vivid blue · cool · closest name: darkslategray
RGB
12, 43, 75
HSL
211°, 72%, 17%
CMYK
84, 43, 0, 71
Luminance
0.0231
Every format
| HEX | #0c2b4b |
| RGB | rgb(12, 43, 75) |
| HSL | hsl(211, 72%, 17%) |
| CMYK | cmyk(84%, 43%, 0%, 71%) |
| LAB | lab(17.1 1.8 -23.1) |
| LCH | lch(17.1 23.1 274.5) |
| OKLCH | oklch(0.285 0.069 252.2) |
Copy-ready code
/* CSS */
color: #0c2b4b;
background-color: #0c2b4b;
/* Tailwind (arbitrary) */
class="text-[#0c2b4b] bg-[#0c2b4b]"
/* SCSS */
$brand: #0c2b4b;
/* SwiftUI */
Color(red: 0.047, green: 0.169, blue: 0.294)
/* Android */
Color.parseColor("#0c2b4b")Accessibility — WCAG contrast
Aa
#0c2b4b on white: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c2b4b on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green16.9%
Blue29.4%
CMYK percentages
Cyan84.0%
Magenta42.7%
Yellow0.0%
Key (black)70.6%
Color previews
#0c2b4b text on a black background
contrast 1.46:1
Card sample
#0c2b4b text on a white background
contrast 14.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c2b4b;
Background color
Panel with #0c2b4b background
background-color: #0c2b4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c2b4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 43, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 43, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c2b4b; background: linear-gradient(135deg, #0c2b4b, #170C4B);