#0f22af
a dark, electric blue · warm · closest name: navy
RGB
15, 34, 175
HSL
233°, 84%, 37%
CMYK
91, 81, 0, 31
Luminance
0.0434
Every format
| HEX | #0f22af |
| RGB | rgb(15, 34, 175) |
| HSL | hsl(233, 84%, 37%) |
| CMYK | cmyk(91%, 81%, 0%, 31%) |
| LAB | lab(24.8 47.9 -74.1) |
| LCH | lch(24.8 88.2 302.9) |
| OKLCH | oklch(0.372 0.215 266.0) |
Copy-ready code
/* CSS */
color: #0f22af;
background-color: #0f22af;
/* Tailwind (arbitrary) */
class="text-[#0f22af] bg-[#0f22af]"
/* SCSS */
$brand: #0f22af;
/* SwiftUI */
Color(red: 0.059, green: 0.133, blue: 0.686)
/* Android */
Color.parseColor("#0f22af")Accessibility — WCAG contrast
Aa
#0f22af on white: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f22af on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green13.3%
Blue68.6%
CMYK percentages
Cyan91.4%
Magenta80.6%
Yellow0.0%
Key (black)31.4%
Color previews
#0f22af text on a black background
contrast 1.87:1
Card sample
#0f22af text on a white background
contrast 11.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f22af;
Background color
Panel with #0f22af background
background-color: #0f22af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f22af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 34, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 34, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f22af; background: linear-gradient(135deg, #0f22af, #670FAF);