#0f0f6b
a deep, electric blue · warm · closest name: midnightblue
RGB
15, 15, 107
HSL
240°, 75%, 24%
CMYK
86, 86, 0, 58
Luminance
0.0150
Every format
| HEX | #0f0f6b |
| RGB | rgb(15, 15, 107) |
| HSL | hsl(240, 75%, 24%) |
| CMYK | cmyk(86%, 86%, 0%, 58%) |
| LAB | lab(12.6 35.0 -51.7) |
| LCH | lch(12.6 62.4 304.1) |
| OKLCH | oklch(0.262 0.150 269.8) |
Copy-ready code
/* CSS */
color: #0f0f6b;
background-color: #0f0f6b;
/* Tailwind (arbitrary) */
class="text-[#0f0f6b] bg-[#0f0f6b]"
/* SCSS */
$brand: #0f0f6b;
/* SwiftUI */
Color(red: 0.059, green: 0.059, blue: 0.420)
/* Android */
Color.parseColor("#0f0f6b")Accessibility — WCAG contrast
Aa
#0f0f6b on white: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f0f6b on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green5.9%
Blue42.0%
CMYK percentages
Cyan86.0%
Magenta86.0%
Yellow0.0%
Key (black)58.0%
Color previews
#0f0f6b text on a black background
contrast 1.30:1
Card sample
#0f0f6b text on a white background
contrast 16.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f0f6b;
Background color
Panel with #0f0f6b background
background-color: #0f0f6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f0f6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 15, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 15, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f0f6b; background: linear-gradient(135deg, #0f0f6b, #4C0F6B);