#0f0f2c
a deep, vivid blue · warm · closest name: black
RGB
15, 15, 44
HSL
240°, 49%, 12%
CMYK
66, 66, 0, 83
Luminance
0.0063
Every format
| HEX | #0f0f2c |
| RGB | rgb(15, 15, 44) |
| HSL | hsl(240, 49%, 12%) |
| CMYK | cmyk(66%, 66%, 0%, 83%) |
| LAB | lab(5.7 9.3 -19.2) |
| LCH | lch(5.7 21.4 295.9) |
| OKLCH | oklch(0.188 0.057 279.4) |
Copy-ready code
/* CSS */
color: #0f0f2c;
background-color: #0f0f2c;
/* Tailwind (arbitrary) */
class="text-[#0f0f2c] bg-[#0f0f2c]"
/* SCSS */
$brand: #0f0f2c;
/* SwiftUI */
Color(red: 0.059, green: 0.059, blue: 0.173)
/* Android */
Color.parseColor("#0f0f2c")Accessibility — WCAG contrast
Aa
#0f0f2c on white: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f0f2c on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green5.9%
Blue17.3%
CMYK percentages
Cyan65.9%
Magenta65.9%
Yellow0.0%
Key (black)82.7%
Color previews
#0f0f2c text on a black background
contrast 1.13:1
Card sample
#0f0f2c text on a white background
contrast 18.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f0f2c;
Background color
Panel with #0f0f2c background
background-color: #0f0f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f0f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 15, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 15, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f0f2c; background: linear-gradient(135deg, #0f0f2c, #220F2C);