#0f0f4d
a deep, vivid blue · warm · closest name: midnightblue
RGB
15, 15, 77
HSL
240°, 67%, 18%
CMYK
81, 81, 0, 70
Luminance
0.0098
Every format
| HEX | #0f0f4d |
| RGB | rgb(15, 15, 77) |
| HSL | hsl(240, 67%, 18%) |
| CMYK | cmyk(81%, 81%, 0%, 70%) |
| LAB | lab(8.8 24.0 -37.8) |
| LCH | lch(8.8 44.8 302.4) |
| OKLCH | oklch(0.224 0.110 273.2) |
Copy-ready code
/* CSS */
color: #0f0f4d;
background-color: #0f0f4d;
/* Tailwind (arbitrary) */
class="text-[#0f0f4d] bg-[#0f0f4d]"
/* SCSS */
$brand: #0f0f4d;
/* SwiftUI */
Color(red: 0.059, green: 0.059, blue: 0.302)
/* Android */
Color.parseColor("#0f0f4d")Accessibility — WCAG contrast
Aa
#0f0f4d on white: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f0f4d on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green5.9%
Blue30.2%
CMYK percentages
Cyan80.5%
Magenta80.5%
Yellow0.0%
Key (black)69.8%
Color previews
#0f0f4d text on a black background
contrast 1.20:1
Card sample
#0f0f4d text on a white background
contrast 17.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f0f4d;
Background color
Panel with #0f0f4d background
background-color: #0f0f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f0f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 15, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 15, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f0f4d; background: linear-gradient(135deg, #0f0f4d, #380F4D);