#12104f
a deep, vivid blue · warm · closest name: midnightblue
RGB
18, 16, 79
HSL
242°, 66%, 19%
CMYK
77, 80, 0, 69
Luminance
0.0106
Every format
| HEX | #12104f |
| RGB | rgb(18, 16, 79) |
| HSL | hsl(242, 66%, 19%) |
| CMYK | cmyk(77%, 80%, 0%, 69%) |
| LAB | lab(9.5 24.4 -38.0) |
| LCH | lch(9.5 45.2 302.7) |
| OKLCH | oklch(0.230 0.110 274.8) |
Copy-ready code
/* CSS */
color: #12104f;
background-color: #12104f;
/* Tailwind (arbitrary) */
class="text-[#12104f] bg-[#12104f]"
/* SCSS */
$brand: #12104f;
/* SwiftUI */
Color(red: 0.071, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#12104f")Accessibility — WCAG contrast
Aa
#12104f on white: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#12104f on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green6.3%
Blue31.0%
CMYK percentages
Cyan77.2%
Magenta79.7%
Yellow0.0%
Key (black)69.0%
Color previews
#12104f text on a black background
contrast 1.21:1
Card sample
#12104f text on a white background
contrast 17.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12104f;
Background color
Panel with #12104f background
background-color: #12104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12104f; background: linear-gradient(135deg, #12104f, #3C104F);