#12349b
a dark, electric blue · warm · closest name: midnightblue
RGB
18, 52, 155
HSL
225°, 79%, 34%
CMYK
88, 67, 0, 39
Luminance
0.0495
Every format
| HEX | #12349b |
| RGB | rgb(18, 52, 155) |
| HSL | hsl(225, 79%, 34%) |
| CMYK | cmyk(88%, 67%, 0%, 39%) |
| LAB | lab(26.6 29.8 -58.9) |
| LCH | lch(26.6 66.1 296.8) |
| OKLCH | oklch(0.379 0.172 264.8) |
Copy-ready code
/* CSS */
color: #12349b;
background-color: #12349b;
/* Tailwind (arbitrary) */
class="text-[#12349b] bg-[#12349b]"
/* SCSS */
$brand: #12349b;
/* SwiftUI */
Color(red: 0.071, green: 0.204, blue: 0.608)
/* Android */
Color.parseColor("#12349b")Accessibility — WCAG contrast
Aa
#12349b on white: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#12349b on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green20.4%
Blue60.8%
CMYK percentages
Cyan88.4%
Magenta66.5%
Yellow0.0%
Key (black)39.2%
Color previews
#12349b text on a black background
contrast 1.99:1
Card sample
#12349b text on a white background
contrast 10.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12349b;
Background color
Panel with #12349b background
background-color: #12349b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12349b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 52, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 52, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12349b; background: linear-gradient(135deg, #12349b, #4B129B);