#123795
a dark, electric blue · cool · closest name: midnightblue
RGB
18, 55, 149
HSL
223°, 78%, 33%
CMYK
88, 63, 0, 42
Luminance
0.0503
Every format
| HEX | #123795 |
| RGB | rgb(18, 55, 149) |
| HSL | hsl(223, 78%, 33%) |
| CMYK | cmyk(88%, 63%, 0%, 42%) |
| LAB | lab(26.8 25.4 -54.9) |
| LCH | lch(26.8 60.5 294.8) |
| OKLCH | oklch(0.379 0.160 263.9) |
Copy-ready code
/* CSS */
color: #123795;
background-color: #123795;
/* Tailwind (arbitrary) */
class="text-[#123795] bg-[#123795]"
/* SCSS */
$brand: #123795;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.584)
/* Android */
Color.parseColor("#123795")Accessibility — WCAG contrast
Aa
#123795 on white: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123795 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue58.4%
CMYK percentages
Cyan87.9%
Magenta63.1%
Yellow0.0%
Key (black)41.6%
Color previews
#123795 text on a black background
contrast 2.01:1
Card sample
#123795 text on a white background
contrast 10.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123795;
Background color
Panel with #123795 background
background-color: #123795;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123795;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123795; background: linear-gradient(135deg, #123795, #441295);