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