#0f0733
a deep, electric blue · warm · closest name: midnightblue
RGB
15, 7, 51
HSL
251°, 76%, 11%
CMYK
71, 86, 0, 80
Luminance
0.0049
Every format
| HEX | #0f0733 |
| RGB | rgb(15, 7, 51) |
| HSL | hsl(251, 76%, 11%) |
| CMYK | cmyk(71%, 86%, 0%, 80%) |
| LAB | lab(4.5 16.5 -26.3) |
| LCH | lch(4.5 31.1 302.0) |
| OKLCH | oklch(0.179 0.082 283.0) |
Copy-ready code
/* CSS */
color: #0f0733;
background-color: #0f0733;
/* Tailwind (arbitrary) */
class="text-[#0f0733] bg-[#0f0733]"
/* SCSS */
$brand: #0f0733;
/* SwiftUI */
Color(red: 0.059, green: 0.027, blue: 0.200)
/* Android */
Color.parseColor("#0f0733")Accessibility — WCAG contrast
Aa
#0f0733 on white: 19.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f0733 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green2.7%
Blue20.0%
CMYK percentages
Cyan70.6%
Magenta86.3%
Yellow0.0%
Key (black)80.0%
Color previews
#0f0733 text on a black background
contrast 1.10:1
Card sample
#0f0733 text on a white background
contrast 19.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f0733;
Background color
Panel with #0f0733 background
background-color: #0f0733;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f0733;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 7, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 7, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f0733; background: linear-gradient(135deg, #0f0733, #2C0733);