#0f1abc
a dark, electric blue · warm · closest name: navy
RGB
15, 26, 188
HSL
236°, 85%, 40%
CMYK
92, 86, 0, 26
Luminance
0.0447
Every format
| HEX | #0f1abc |
| RGB | rgb(15, 26, 188) |
| HSL | hsl(236, 85%, 40%) |
| CMYK | cmyk(92%, 86%, 0%, 26%) |
| LAB | lab(25.2 55.7 -81.2) |
| LCH | lch(25.2 98.4 304.5) |
| OKLCH | oklch(0.379 0.235 266.0) |
Copy-ready code
/* CSS */
color: #0f1abc;
background-color: #0f1abc;
/* Tailwind (arbitrary) */
class="text-[#0f1abc] bg-[#0f1abc]"
/* SCSS */
$brand: #0f1abc;
/* SwiftUI */
Color(red: 0.059, green: 0.102, blue: 0.737)
/* Android */
Color.parseColor("#0f1abc")Accessibility — WCAG contrast
Aa
#0f1abc on white: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f1abc on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green10.2%
Blue73.7%
CMYK percentages
Cyan92.0%
Magenta86.2%
Yellow0.0%
Key (black)26.3%
Color previews
#0f1abc text on a black background
contrast 1.89:1
Card sample
#0f1abc text on a white background
contrast 11.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f1abc;
Background color
Panel with #0f1abc background
background-color: #0f1abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f1abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 26, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 26, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f1abc; background: linear-gradient(135deg, #0f1abc, #770FBC);