#0c43df
a balanced, electric blue · cool · closest name: slateblue
RGB
12, 67, 223
HSL
224°, 90%, 46%
CMYK
95, 70, 0, 13
Luminance
0.0942
Every format
| HEX | #0c43df |
| RGB | rgb(12, 67, 223) |
| HSL | hsl(224, 90%, 46%) |
| CMYK | cmyk(95%, 70%, 0%, 13%) |
| LAB | lab(36.8 45.5 -82.3) |
| LCH | lch(36.8 94.0 299.0) |
| OKLCH | oklch(0.473 0.240 263.9) |
Copy-ready code
/* CSS */
color: #0c43df;
background-color: #0c43df;
/* Tailwind (arbitrary) */
class="text-[#0c43df] bg-[#0c43df]"
/* SCSS */
$brand: #0c43df;
/* SwiftUI */
Color(red: 0.047, green: 0.263, blue: 0.875)
/* Android */
Color.parseColor("#0c43df")Accessibility — WCAG contrast
Aa
#0c43df on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c43df on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green26.3%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta70.0%
Yellow0.0%
Key (black)12.5%
Color previews
#0c43df text on a black background
contrast 2.88:1
Card sample
#0c43df text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c43df;
Background color
Panel with #0c43df background
background-color: #0c43df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c43df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 67, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 67, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c43df; background: linear-gradient(135deg, #0c43df, #620CDF);