#0c2247
a deep, vivid blue · cool · closest name: black
RGB
12, 34, 71
HSL
218°, 71%, 16%
CMYK
83, 52, 0, 72
Luminance
0.0168
Every format
| HEX | #0c2247 |
| RGB | rgb(12, 34, 71) |
| HSL | hsl(218, 71%, 16%) |
| CMYK | cmyk(83%, 52%, 0%, 72%) |
| LAB | lab(13.7 6.8 -25.7) |
| LCH | lch(13.7 26.6 284.8) |
| OKLCH | oklch(0.258 0.075 260.2) |
Copy-ready code
/* CSS */
color: #0c2247;
background-color: #0c2247;
/* Tailwind (arbitrary) */
class="text-[#0c2247] bg-[#0c2247]"
/* SCSS */
$brand: #0c2247;
/* SwiftUI */
Color(red: 0.047, green: 0.133, blue: 0.278)
/* Android */
Color.parseColor("#0c2247")Accessibility — WCAG contrast
Aa
#0c2247 on white: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c2247 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green13.3%
Blue27.8%
CMYK percentages
Cyan83.1%
Magenta52.1%
Yellow0.0%
Key (black)72.2%
Color previews
#0c2247 text on a black background
contrast 1.34:1
Card sample
#0c2247 text on a white background
contrast 15.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c2247;
Background color
Panel with #0c2247 background
background-color: #0c2247;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c2247;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 34, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 34, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c2247; background: linear-gradient(135deg, #0c2247, #1D0C47);