#0f005d
a deep, electric blue · warm · closest name: midnightblue
RGB
15, 0, 93
HSL
250°, 100%, 18%
CMYK
84, 100, 0, 64
Luminance
0.0089
Every format
| HEX | #0f005d |
| RGB | rgb(15, 0, 93) |
| HSL | hsl(250, 100%, 18%) |
| CMYK | cmyk(84%, 100%, 0%, 64%) |
| LAB | lab(8.1 38.2 -50.0) |
| LCH | lch(8.1 62.9 307.4) |
| OKLCH | oklch(0.225 0.144 272.6) |
Copy-ready code
/* CSS */
color: #0f005d;
background-color: #0f005d;
/* Tailwind (arbitrary) */
class="text-[#0f005d] bg-[#0f005d]"
/* SCSS */
$brand: #0f005d;
/* SwiftUI */
Color(red: 0.059, green: 0.000, blue: 0.365)
/* Android */
Color.parseColor("#0f005d")Accessibility — WCAG contrast
Aa
#0f005d on white: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f005d on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green0.0%
Blue36.5%
CMYK percentages
Cyan83.9%
Magenta100.0%
Yellow0.0%
Key (black)63.5%
Color previews
#0f005d text on a black background
contrast 1.18:1
Card sample
#0f005d text on a white background
contrast 17.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f005d;
Background color
Panel with #0f005d background
background-color: #0f005d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f005d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 0, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 0, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f005d; background: linear-gradient(135deg, #0f005d, #4D005D);