#0f0538
a deep, electric blue · warm · closest name: midnightblue
RGB
15, 5, 56
HSL
252°, 84%, 12%
CMYK
73, 91, 0, 78
Luminance
0.0050
Every format
| HEX | #0f0538 |
| RGB | rgb(15, 5, 56) |
| HSL | hsl(252, 84%, 12%) |
| CMYK | cmyk(73%, 91%, 0%, 78%) |
| LAB | lab(4.5 20.0 -30.0) |
| LCH | lch(4.5 36.0 303.7) |
| OKLCH | oklch(0.181 0.092 281.8) |
Copy-ready code
/* CSS */
color: #0f0538;
background-color: #0f0538;
/* Tailwind (arbitrary) */
class="text-[#0f0538] bg-[#0f0538]"
/* SCSS */
$brand: #0f0538;
/* SwiftUI */
Color(red: 0.059, green: 0.020, blue: 0.220)
/* Android */
Color.parseColor("#0f0538")Accessibility — WCAG contrast
Aa
#0f0538 on white: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f0538 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green2.0%
Blue22.0%
CMYK percentages
Cyan73.2%
Magenta91.1%
Yellow0.0%
Key (black)78.0%
Color previews
#0f0538 text on a black background
contrast 1.10:1
Card sample
#0f0538 text on a white background
contrast 19.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f0538;
Background color
Panel with #0f0538 background
background-color: #0f0538;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f0538;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 5, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 5, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f0538; background: linear-gradient(135deg, #0f0538, #310538);