#0c40eb
a balanced, electric blue · warm · closest name: navy
RGB
12, 64, 235
HSL
226°, 90%, 48%
CMYK
95, 73, 0, 8
Luminance
0.0974
Every format
| HEX | #0c40eb |
| RGB | rgb(12, 64, 235) |
| HSL | hsl(226, 90%, 48%) |
| CMYK | cmyk(95%, 73%, 0%, 8%) |
| LAB | lab(37.4 51.5 -88.1) |
| LCH | lch(37.4 102.1 300.3) |
| OKLCH | oklch(0.481 0.257 264.3) |
Copy-ready code
/* CSS */
color: #0c40eb;
background-color: #0c40eb;
/* Tailwind (arbitrary) */
class="text-[#0c40eb] bg-[#0c40eb]"
/* SCSS */
$brand: #0c40eb;
/* SwiftUI */
Color(red: 0.047, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#0c40eb")Accessibility — WCAG contrast
Aa
#0c40eb on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c40eb on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green25.1%
Blue92.2%
CMYK percentages
Cyan94.9%
Magenta72.8%
Yellow0.0%
Key (black)7.8%
Color previews
#0c40eb text on a black background
contrast 2.95:1
Card sample
#0c40eb text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c40eb;
Background color
Panel with #0c40eb background
background-color: #0c40eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c40eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c40eb; background: linear-gradient(135deg, #0c40eb, #6D0CEB);