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