#0f0f43
a deep, vivid blue · warm · closest name: midnightblue
RGB
15, 15, 67
HSL
240°, 63%, 16%
CMYK
78, 78, 0, 74
Luminance
0.0085
Every format
| HEX | #0f0f43 |
| RGB | rgb(15, 15, 67) |
| HSL | hsl(240, 63%, 16%) |
| CMYK | cmyk(78%, 78%, 0%, 74%) |
| LAB | lab(7.7 20.0 -32.7) |
| LCH | lch(7.7 38.3 301.5) |
| OKLCH | oklch(0.212 0.095 274.7) |
Copy-ready code
/* CSS */
color: #0f0f43;
background-color: #0f0f43;
/* Tailwind (arbitrary) */
class="text-[#0f0f43] bg-[#0f0f43]"
/* SCSS */
$brand: #0f0f43;
/* SwiftUI */
Color(red: 0.059, green: 0.059, blue: 0.263)
/* Android */
Color.parseColor("#0f0f43")Accessibility — WCAG contrast
Aa
#0f0f43 on white: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f0f43 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green5.9%
Blue26.3%
CMYK percentages
Cyan77.6%
Magenta77.6%
Yellow0.0%
Key (black)73.7%
Color previews
#0f0f43 text on a black background
contrast 1.17:1
Card sample
#0f0f43 text on a white background
contrast 17.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f0f43;
Background color
Panel with #0f0f43 background
background-color: #0f0f43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f0f43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 15, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 15, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f0f43; background: linear-gradient(135deg, #0f0f43, #320F43);