#0f082f
a deep, vivid blue · warm · closest name: black
RGB
15, 8, 47
HSL
251°, 71%, 11%
CMYK
68, 83, 0, 82
Luminance
0.0048
Every format
| HEX | #0f082f |
| RGB | rgb(15, 8, 47) |
| HSL | hsl(251, 71%, 11%) |
| CMYK | cmyk(68%, 83%, 0%, 82%) |
| LAB | lab(4.3 13.9 -23.5) |
| LCH | lch(4.3 27.4 300.6) |
| OKLCH | oklch(0.176 0.074 284.2) |
Copy-ready code
/* CSS */
color: #0f082f;
background-color: #0f082f;
/* Tailwind (arbitrary) */
class="text-[#0f082f] bg-[#0f082f]"
/* SCSS */
$brand: #0f082f;
/* SwiftUI */
Color(red: 0.059, green: 0.031, blue: 0.184)
/* Android */
Color.parseColor("#0f082f")Accessibility — WCAG contrast
Aa
#0f082f on white: 19.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f082f on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green3.1%
Blue18.4%
CMYK percentages
Cyan68.1%
Magenta83.0%
Yellow0.0%
Key (black)81.6%
Color previews
#0f082f text on a black background
contrast 1.10:1
Card sample
#0f082f text on a white background
contrast 19.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f082f;
Background color
Panel with #0f082f background
background-color: #0f082f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f082f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 8, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 8, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f082f; background: linear-gradient(135deg, #0f082f, #29082F);