#12097c
a dark, electric blue · warm · closest name: navy
RGB
18, 9, 124
HSL
245°, 87%, 26%
CMYK
86, 93, 0, 51
Luminance
0.0178
Every format
| HEX | #12097c |
| RGB | rgb(18, 9, 124) |
| HSL | hsl(245, 87%, 26%) |
| CMYK | cmyk(86%, 93%, 0%, 51%) |
| LAB | lab(14.3 43.2 -59.9) |
| LCH | lch(14.3 73.9 305.8) |
| OKLCH | oklch(0.281 0.173 269.9) |
Copy-ready code
/* CSS */
color: #12097c;
background-color: #12097c;
/* Tailwind (arbitrary) */
class="text-[#12097c] bg-[#12097c]"
/* SCSS */
$brand: #12097c;
/* SwiftUI */
Color(red: 0.071, green: 0.035, blue: 0.486)
/* Android */
Color.parseColor("#12097c")Accessibility — WCAG contrast
Aa
#12097c on white: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#12097c on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green3.5%
Blue48.6%
CMYK percentages
Cyan85.5%
Magenta92.7%
Yellow0.0%
Key (black)51.4%
Color previews
#12097c text on a black background
contrast 1.36:1
Card sample
#12097c text on a white background
contrast 15.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12097c;
Background color
Panel with #12097c background
background-color: #12097c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12097c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 9, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 9, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12097c; background: linear-gradient(135deg, #12097c, #5F097C);