#0f0740
a deep, electric blue · warm · closest name: midnightblue
RGB
15, 7, 64
HSL
248°, 80%, 14%
CMYK
77, 89, 0, 75
Luminance
0.0062
Every format
| HEX | #0f0740 |
| RGB | rgb(15, 7, 64) |
| HSL | hsl(248, 80%, 14%) |
| CMYK | cmyk(77%, 89%, 0%, 75%) |
| LAB | lab(5.6 23.1 -33.9) |
| LCH | lch(5.6 41.0 304.3) |
| OKLCH | oklch(0.195 0.100 278.2) |
Copy-ready code
/* CSS */
color: #0f0740;
background-color: #0f0740;
/* Tailwind (arbitrary) */
class="text-[#0f0740] bg-[#0f0740]"
/* SCSS */
$brand: #0f0740;
/* SwiftUI */
Color(red: 0.059, green: 0.027, blue: 0.251)
/* Android */
Color.parseColor("#0f0740")Accessibility — WCAG contrast
Aa
#0f0740 on white: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f0740 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green2.7%
Blue25.1%
CMYK percentages
Cyan76.6%
Magenta89.1%
Yellow0.0%
Key (black)74.9%
Color previews
#0f0740 text on a black background
contrast 1.12:1
Card sample
#0f0740 text on a white background
contrast 18.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f0740;
Background color
Panel with #0f0740 background
background-color: #0f0740;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f0740;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 7, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 7, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f0740; background: linear-gradient(135deg, #0f0740, #350740);