#0f103c
a deep, vivid blue · warm · closest name: midnightblue
RGB
15, 16, 60
HSL
239°, 60%, 15%
CMYK
75, 73, 0, 77
Luminance
0.0080
Every format
| HEX | #0f103c |
| RGB | rgb(15, 16, 60) |
| HSL | hsl(239, 60%, 15%) |
| CMYK | cmyk(75%, 73%, 0%, 77%) |
| LAB | lab(7.2 16.3 -28.4) |
| LCH | lch(7.2 32.8 299.8) |
| OKLCH | oklch(0.207 0.083 275.4) |
Copy-ready code
/* CSS */
color: #0f103c;
background-color: #0f103c;
/* Tailwind (arbitrary) */
class="text-[#0f103c] bg-[#0f103c]"
/* SCSS */
$brand: #0f103c;
/* SwiftUI */
Color(red: 0.059, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#0f103c")Accessibility — WCAG contrast
Aa
#0f103c on white: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f103c on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green6.3%
Blue23.5%
CMYK percentages
Cyan75.0%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#0f103c text on a black background
contrast 1.16:1
Card sample
#0f103c text on a white background
contrast 18.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f103c;
Background color
Panel with #0f103c background
background-color: #0f103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f103c; background: linear-gradient(135deg, #0f103c, #2C0F3C);