#0f0736
a deep, electric blue · warm · closest name: midnightblue
RGB
15, 7, 54
HSL
250°, 77%, 12%
CMYK
72, 87, 0, 79
Luminance
0.0052
Every format
| HEX | #0f0736 |
| RGB | rgb(15, 7, 54) |
| HSL | hsl(250, 77%, 12%) |
| CMYK | cmyk(72%, 87%, 0%, 79%) |
| LAB | lab(4.7 18.1 -28.1) |
| LCH | lch(4.7 33.5 302.7) |
| OKLCH | oklch(0.182 0.086 281.7) |
Copy-ready code
/* CSS */
color: #0f0736;
background-color: #0f0736;
/* Tailwind (arbitrary) */
class="text-[#0f0736] bg-[#0f0736]"
/* SCSS */
$brand: #0f0736;
/* SwiftUI */
Color(red: 0.059, green: 0.027, blue: 0.212)
/* Android */
Color.parseColor("#0f0736")Accessibility — WCAG contrast
Aa
#0f0736 on white: 19.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f0736 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green2.7%
Blue21.2%
CMYK percentages
Cyan72.2%
Magenta87.0%
Yellow0.0%
Key (black)78.8%
Color previews
#0f0736 text on a black background
contrast 1.10:1
Card sample
#0f0736 text on a white background
contrast 19.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f0736;
Background color
Panel with #0f0736 background
background-color: #0f0736;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f0736;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 7, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 7, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f0736; background: linear-gradient(135deg, #0f0736, #2E0736);