#0c3cdf
a balanced, electric blue · warm · closest name: navy
RGB
12, 60, 223
HSL
226°, 90%, 46%
CMYK
95, 73, 0, 13
Luminance
0.0864
Every format
| HEX | #0c3cdf |
| RGB | rgb(12, 60, 223) |
| HSL | hsl(226, 90%, 46%) |
| CMYK | cmyk(95%, 73%, 0%, 13%) |
| LAB | lab(35.3 49.7 -84.8) |
| LCH | lch(35.3 98.3 300.4) |
| OKLCH | oklch(0.462 0.247 264.4) |
Copy-ready code
/* CSS */
color: #0c3cdf;
background-color: #0c3cdf;
/* Tailwind (arbitrary) */
class="text-[#0c3cdf] bg-[#0c3cdf]"
/* SCSS */
$brand: #0c3cdf;
/* SwiftUI */
Color(red: 0.047, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#0c3cdf")Accessibility — WCAG contrast
Aa
#0c3cdf on white: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c3cdf on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green23.5%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#0c3cdf text on a black background
contrast 2.73:1
Card sample
#0c3cdf text on a white background
contrast 7.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c3cdf;
Background color
Panel with #0c3cdf background
background-color: #0c3cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c3cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c3cdf; background: linear-gradient(135deg, #0c3cdf, #690CDF);