#0f115d
a deep, vivid blue · warm · closest name: midnightblue
RGB
15, 17, 93
HSL
239°, 72%, 21%
CMYK
84, 82, 0, 64
Luminance
0.0129
Every format
| HEX | #0f115d |
| RGB | rgb(15, 17, 93) |
| HSL | hsl(239, 72%, 21%) |
| CMYK | cmyk(84%, 82%, 0%, 64%) |
| LAB | lab(11.2 28.8 -44.7) |
| LCH | lch(11.2 53.2 302.8) |
| OKLCH | oklch(0.247 0.130 270.8) |
Copy-ready code
/* CSS */
color: #0f115d;
background-color: #0f115d;
/* Tailwind (arbitrary) */
class="text-[#0f115d] bg-[#0f115d]"
/* SCSS */
$brand: #0f115d;
/* SwiftUI */
Color(red: 0.059, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#0f115d")Accessibility — WCAG contrast
Aa
#0f115d on white: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f115d on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green6.7%
Blue36.5%
CMYK percentages
Cyan83.9%
Magenta81.7%
Yellow0.0%
Key (black)63.5%
Color previews
#0f115d text on a black background
contrast 1.26:1
Card sample
#0f115d text on a white background
contrast 16.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f115d;
Background color
Panel with #0f115d background
background-color: #0f115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f115d; background: linear-gradient(135deg, #0f115d, #410F5D);