#0c3daf
a dark, electric blue · cool · closest name: slateblue
RGB
12, 61, 175
HSL
222°, 87%, 37%
CMYK
93, 65, 0, 31
Luminance
0.0651
Every format
| HEX | #0c3daf |
| RGB | rgb(12, 61, 175) |
| HSL | hsl(222, 87%, 37%) |
| CMYK | cmyk(93%, 65%, 0%, 31%) |
| LAB | lab(30.7 31.4 -64.3) |
| LCH | lch(30.7 71.6 296.0) |
| OKLCH | oklch(0.414 0.188 263.2) |
Copy-ready code
/* CSS */
color: #0c3daf;
background-color: #0c3daf;
/* Tailwind (arbitrary) */
class="text-[#0c3daf] bg-[#0c3daf]"
/* SCSS */
$brand: #0c3daf;
/* SwiftUI */
Color(red: 0.047, green: 0.239, blue: 0.686)
/* Android */
Color.parseColor("#0c3daf")Accessibility — WCAG contrast
Aa
#0c3daf on white: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c3daf on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green23.9%
Blue68.6%
CMYK percentages
Cyan93.1%
Magenta65.1%
Yellow0.0%
Key (black)31.4%
Color previews
#0c3daf text on a black background
contrast 2.30:1
Card sample
#0c3daf text on a white background
contrast 9.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c3daf;
Background color
Panel with #0c3daf background
background-color: #0c3daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c3daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 61, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 61, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c3daf; background: linear-gradient(135deg, #0c3daf, #480CAF);