#0f1afd
a balanced, electric blue · warm · closest name: blue
RGB
15, 26, 253
HSL
237°, 98%, 53%
CMYK
94, 90, 0, 1
Luminance
0.0793
Every format
| HEX | #0f1afd |
| RGB | rgb(15, 26, 253) |
| HSL | hsl(237, 98%, 53%) |
| CMYK | cmyk(94%, 90%, 0%, 1%) |
| LAB | lab(33.8 73.8 -104.2) |
| LCH | lch(33.8 127.7 305.3) |
| OKLCH | oklch(0.462 0.302 265.2) |
Copy-ready code
/* CSS */
color: #0f1afd;
background-color: #0f1afd;
/* Tailwind (arbitrary) */
class="text-[#0f1afd] bg-[#0f1afd]"
/* SCSS */
$brand: #0f1afd;
/* SwiftUI */
Color(red: 0.059, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#0f1afd")Accessibility — WCAG contrast
Aa
#0f1afd on white: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f1afd on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green10.2%
Blue99.2%
CMYK percentages
Cyan94.1%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#0f1afd text on a black background
contrast 2.59:1
Card sample
#0f1afd text on a white background
contrast 8.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f1afd;
Background color
Panel with #0f1afd background
background-color: #0f1afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f1afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f1afd; background: linear-gradient(135deg, #0f1afd, #A20FFD);