#12349f
a dark, electric blue · warm · closest name: midnightblue
RGB
18, 52, 159
HSL
226°, 80%, 35%
CMYK
89, 67, 0, 38
Luminance
0.0509
Every format
| HEX | #12349f |
| RGB | rgb(18, 52, 159) |
| HSL | hsl(226, 80%, 35%) |
| CMYK | cmyk(89%, 67%, 0%, 38%) |
| LAB | lab(27.0 31.4 -60.7) |
| LCH | lch(27.0 68.4 297.3) |
| OKLCH | oklch(0.383 0.177 264.9) |
Copy-ready code
/* CSS */
color: #12349f;
background-color: #12349f;
/* Tailwind (arbitrary) */
class="text-[#12349f] bg-[#12349f]"
/* SCSS */
$brand: #12349f;
/* SwiftUI */
Color(red: 0.071, green: 0.204, blue: 0.624)
/* Android */
Color.parseColor("#12349f")Accessibility — WCAG contrast
Aa
#12349f on white: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#12349f on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green20.4%
Blue62.4%
CMYK percentages
Cyan88.7%
Magenta67.3%
Yellow0.0%
Key (black)37.6%
Color previews
#12349f text on a black background
contrast 2.02:1
Card sample
#12349f text on a white background
contrast 10.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12349f;
Background color
Panel with #12349f background
background-color: #12349f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12349f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 52, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 52, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12349f; background: linear-gradient(135deg, #12349f, #4E129F);