#123776
a dark, vivid blue · cool · closest name: midnightblue
RGB
18, 55, 118
HSL
218°, 74%, 27%
CMYK
85, 53, 0, 54
Luminance
0.0417
Every format
| HEX | #123776 |
| RGB | rgb(18, 55, 118) |
| HSL | hsl(218, 74%, 27%) |
| CMYK | cmyk(85%, 53%, 0%, 54%) |
| LAB | lab(24.2 12.5 -39.8) |
| LCH | lch(24.2 41.7 287.5) |
| OKLCH | oklch(0.351 0.116 260.4) |
Copy-ready code
/* CSS */
color: #123776;
background-color: #123776;
/* Tailwind (arbitrary) */
class="text-[#123776] bg-[#123776]"
/* SCSS */
$brand: #123776;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.463)
/* Android */
Color.parseColor("#123776")Accessibility — WCAG contrast
Aa
#123776 on white: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123776 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue46.3%
CMYK percentages
Cyan84.7%
Magenta53.4%
Yellow0.0%
Key (black)53.7%
Color previews
#123776 text on a black background
contrast 1.83:1
Card sample
#123776 text on a white background
contrast 11.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123776;
Background color
Panel with #123776 background
background-color: #123776;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123776;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123776; background: linear-gradient(135deg, #123776, #301276);