#18104f
a deep, vivid blue · warm · closest name: midnightblue
RGB
24, 16, 79
HSL
248°, 66%, 19%
CMYK
70, 80, 0, 69
Luminance
0.0113
Every format
| HEX | #18104f |
| RGB | rgb(24, 16, 79) |
| HSL | hsl(248, 66%, 19%) |
| CMYK | cmyk(70%, 80%, 0%, 69%) |
| LAB | lab(10.0 25.2 -37.1) |
| LCH | lch(10.0 44.9 304.2) |
| OKLCH | oklch(0.235 0.109 279.7) |
Copy-ready code
/* CSS */
color: #18104f;
background-color: #18104f;
/* Tailwind (arbitrary) */
class="text-[#18104f] bg-[#18104f]"
/* SCSS */
$brand: #18104f;
/* SwiftUI */
Color(red: 0.094, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#18104f")Accessibility — WCAG contrast
Aa
#18104f on white: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#18104f on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green6.3%
Blue31.0%
CMYK percentages
Cyan69.6%
Magenta79.7%
Yellow0.0%
Key (black)69.0%
Color previews
#18104f text on a black background
contrast 1.23:1
Card sample
#18104f text on a white background
contrast 17.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18104f;
Background color
Panel with #18104f background
background-color: #18104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18104f; background: linear-gradient(135deg, #18104f, #42104F);