#0e297a
a dark, electric blue · warm · closest name: midnightblue
RGB
14, 41, 122
HSL
225°, 79%, 27%
CMYK
89, 66, 0, 52
Luminance
0.0308
Every format
| HEX | #0e297a |
| RGB | rgb(14, 41, 122) |
| HSL | hsl(225, 79%, 27%) |
| CMYK | cmyk(89%, 66%, 0%, 52%) |
| LAB | lab(20.4 23.9 -48.6) |
| LCH | lch(20.4 54.1 296.2) |
| OKLCH | oklch(0.323 0.141 264.9) |
Copy-ready code
/* CSS */
color: #0e297a;
background-color: #0e297a;
/* Tailwind (arbitrary) */
class="text-[#0e297a] bg-[#0e297a]"
/* SCSS */
$brand: #0e297a;
/* SwiftUI */
Color(red: 0.055, green: 0.161, blue: 0.478)
/* Android */
Color.parseColor("#0e297a")Accessibility — WCAG contrast
Aa
#0e297a on white: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e297a on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green16.1%
Blue47.8%
CMYK percentages
Cyan88.5%
Magenta66.4%
Yellow0.0%
Key (black)52.2%
Color previews
#0e297a text on a black background
contrast 1.62:1
Card sample
#0e297a text on a white background
contrast 12.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e297a;
Background color
Panel with #0e297a background
background-color: #0e297a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e297a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 41, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 41, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e297a; background: linear-gradient(135deg, #0e297a, #3B0E7A);