#0f46fd
a balanced, electric blue · warm · closest name: blue
RGB
15, 70, 253
HSL
226°, 98%, 53%
CMYK
94, 72, 0, 1
Luminance
0.1157
Every format
| HEX | #0f46fd |
| RGB | rgb(15, 70, 253) |
| HSL | hsl(226, 98%, 53%) |
| CMYK | cmyk(94%, 72%, 0%, 1%) |
| LAB | lab(40.5 54.3 -93.0) |
| LCH | lch(40.5 107.7 300.3) |
| OKLCH | oklch(0.509 0.271 264.4) |
Copy-ready code
/* CSS */
color: #0f46fd;
background-color: #0f46fd;
/* Tailwind (arbitrary) */
class="text-[#0f46fd] bg-[#0f46fd]"
/* SCSS */
$brand: #0f46fd;
/* SwiftUI */
Color(red: 0.059, green: 0.275, blue: 0.992)
/* Android */
Color.parseColor("#0f46fd")Accessibility — WCAG contrast
Aa
#0f46fd on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f46fd on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green27.5%
Blue99.2%
CMYK percentages
Cyan94.1%
Magenta72.3%
Yellow0.0%
Key (black)0.8%
Color previews
#0f46fd text on a black background
contrast 3.31:1
Card sample
#0f46fd text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f46fd;
Background color
Panel with #0f46fd background
background-color: #0f46fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f46fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 70, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 70, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f46fd; background: linear-gradient(135deg, #0f46fd, #760FFD);