#0f07af
a dark, electric blue · warm · closest name: navy
RGB
15, 7, 175
HSL
243°, 92%, 36%
CMYK
91, 96, 0, 31
Luminance
0.0335
Every format
| HEX | #0f07af |
| RGB | rgb(15, 7, 175) |
| HSL | hsl(243, 92%, 36%) |
| CMYK | cmyk(91%, 96%, 0%, 31%) |
| LAB | lab(21.4 58.0 -79.7) |
| LCH | lch(21.4 98.6 306.1) |
| OKLCH | oklch(0.348 0.231 266.4) |
Copy-ready code
/* CSS */
color: #0f07af;
background-color: #0f07af;
/* Tailwind (arbitrary) */
class="text-[#0f07af] bg-[#0f07af]"
/* SCSS */
$brand: #0f07af;
/* SwiftUI */
Color(red: 0.059, green: 0.027, blue: 0.686)
/* Android */
Color.parseColor("#0f07af")Accessibility — WCAG contrast
Aa
#0f07af on white: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f07af on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green2.7%
Blue68.6%
CMYK percentages
Cyan91.4%
Magenta96.0%
Yellow0.0%
Key (black)31.4%
Color previews
#0f07af text on a black background
contrast 1.67:1
Card sample
#0f07af text on a white background
contrast 12.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f07af;
Background color
Panel with #0f07af background
background-color: #0f07af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f07af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 7, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 7, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f07af; background: linear-gradient(135deg, #0f07af, #7F07AF);