#0f2c76
a dark, electric blue · cool · closest name: midnightblue
RGB
15, 44, 118
HSL
223°, 77%, 26%
CMYK
87, 63, 0, 54
Luminance
0.0321
Every format
| HEX | #0f2c76 |
| RGB | rgb(15, 44, 118) |
| HSL | hsl(223, 77%, 26%) |
| CMYK | cmyk(87%, 63%, 0%, 54%) |
| LAB | lab(20.9 20.2 -45.2) |
| LCH | lch(20.9 49.5 294.0) |
| OKLCH | oklch(0.325 0.132 264.1) |
Copy-ready code
/* CSS */
color: #0f2c76;
background-color: #0f2c76;
/* Tailwind (arbitrary) */
class="text-[#0f2c76] bg-[#0f2c76]"
/* SCSS */
$brand: #0f2c76;
/* SwiftUI */
Color(red: 0.059, green: 0.173, blue: 0.463)
/* Android */
Color.parseColor("#0f2c76")Accessibility — WCAG contrast
Aa
#0f2c76 on white: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f2c76 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green17.3%
Blue46.3%
CMYK percentages
Cyan87.3%
Magenta62.7%
Yellow0.0%
Key (black)53.7%
Color previews
#0f2c76 text on a black background
contrast 1.64:1
Card sample
#0f2c76 text on a white background
contrast 12.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f2c76;
Background color
Panel with #0f2c76 background
background-color: #0f2c76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f2c76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 44, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 44, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f2c76; background: linear-gradient(135deg, #0f2c76, #370F76);