#0f2576
a dark, electric blue · warm · closest name: midnightblue
RGB
15, 37, 118
HSL
227°, 77%, 26%
CMYK
87, 69, 0, 54
Luminance
0.0273
Every format
| HEX | #0f2576 |
| RGB | rgb(15, 37, 118) |
| HSL | hsl(227, 77%, 26%) |
| CMYK | cmyk(87%, 69%, 0%, 54%) |
| LAB | lab(18.9 25.1 -48.4) |
| LCH | lch(18.9 54.5 297.5) |
| OKLCH | oklch(0.311 0.141 266.0) |
Copy-ready code
/* CSS */
color: #0f2576;
background-color: #0f2576;
/* Tailwind (arbitrary) */
class="text-[#0f2576] bg-[#0f2576]"
/* SCSS */
$brand: #0f2576;
/* SwiftUI */
Color(red: 0.059, green: 0.145, blue: 0.463)
/* Android */
Color.parseColor("#0f2576")Accessibility — WCAG contrast
Aa
#0f2576 on white: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f2576 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green14.5%
Blue46.3%
CMYK percentages
Cyan87.3%
Magenta68.6%
Yellow0.0%
Key (black)53.7%
Color previews
#0f2576 text on a black background
contrast 1.55:1
Card sample
#0f2576 text on a white background
contrast 13.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f2576;
Background color
Panel with #0f2576 background
background-color: #0f2576;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f2576;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 37, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 37, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f2576; background: linear-gradient(135deg, #0f2576, #3E0F76);