#0f1dbd
a dark, electric blue · warm · closest name: navy
RGB
15, 29, 189
HSL
235°, 85%, 40%
CMYK
92, 85, 0, 26
Luminance
0.0465
Every format
| HEX | #0f1dbd |
| RGB | rgb(15, 29, 189) |
| HSL | hsl(235, 85%, 40%) |
| CMYK | cmyk(92%, 85%, 0%, 26%) |
| LAB | lab(25.7 54.8 -80.8) |
| LCH | lch(25.7 97.6 304.1) |
| OKLCH | oklch(0.383 0.235 266.0) |
Copy-ready code
/* CSS */
color: #0f1dbd;
background-color: #0f1dbd;
/* Tailwind (arbitrary) */
class="text-[#0f1dbd] bg-[#0f1dbd]"
/* SCSS */
$brand: #0f1dbd;
/* SwiftUI */
Color(red: 0.059, green: 0.114, blue: 0.741)
/* Android */
Color.parseColor("#0f1dbd")Accessibility — WCAG contrast
Aa
#0f1dbd on white: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f1dbd on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green11.4%
Blue74.1%
CMYK percentages
Cyan92.1%
Magenta84.7%
Yellow0.0%
Key (black)25.9%
Color previews
#0f1dbd text on a black background
contrast 1.93:1
Card sample
#0f1dbd text on a white background
contrast 10.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f1dbd;
Background color
Panel with #0f1dbd background
background-color: #0f1dbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f1dbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 29, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 29, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f1dbd; background: linear-gradient(135deg, #0f1dbd, #750FBD);