#0f193d
a deep, vivid blue · warm · closest name: black
RGB
15, 25, 61
HSL
227°, 61%, 15%
CMYK
75, 59, 0, 76
Luminance
0.0113
Every format
| HEX | #0f193d |
| RGB | rgb(15, 25, 61) |
| HSL | hsl(227, 61%, 15%) |
| CMYK | cmyk(75%, 59%, 0%, 76%) |
| LAB | lab(10.1 9.8 -24.5) |
| LCH | lch(10.1 26.4 291.9) |
| OKLCH | oklch(0.228 0.070 268.6) |
Copy-ready code
/* CSS */
color: #0f193d;
background-color: #0f193d;
/* Tailwind (arbitrary) */
class="text-[#0f193d] bg-[#0f193d]"
/* SCSS */
$brand: #0f193d;
/* SwiftUI */
Color(red: 0.059, green: 0.098, blue: 0.239)
/* Android */
Color.parseColor("#0f193d")Accessibility — WCAG contrast
Aa
#0f193d on white: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f193d on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green9.8%
Blue23.9%
CMYK percentages
Cyan75.4%
Magenta59.0%
Yellow0.0%
Key (black)76.1%
Color previews
#0f193d text on a black background
contrast 1.23:1
Card sample
#0f193d text on a white background
contrast 17.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f193d;
Background color
Panel with #0f193d background
background-color: #0f193d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f193d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 25, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 25, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f193d; background: linear-gradient(135deg, #0f193d, #240F3D);