#0c0081
a dark, electric blue · warm · “navy”
RGB
12, 0, 129
HSL
246°, 100%, 25%
CMYK
91, 100, 0, 49
Luminance
0.0166
Every format
| HEX | #0c0081 |
| RGB | rgb(12, 0, 129) |
| HSL | hsl(246, 100%, 25%) |
| CMYK | cmyk(91%, 100%, 0%, 49%) |
| LAB | lab(13.6 47.9 -64.3) |
| LCH | lch(13.6 80.2 306.7) |
| OKLCH | oklch(0.277 0.186 267.5) |
Copy-ready code
/* CSS */
color: #0c0081;
background-color: #0c0081;
/* Tailwind (arbitrary) */
class="text-[#0c0081] bg-[#0c0081]"
/* SCSS */
$brand: #0c0081;
/* SwiftUI */
Color(red: 0.047, green: 0.000, blue: 0.506)
/* Android */
Color.parseColor("#0c0081")Accessibility — WCAG contrast
Aa
#0c0081 on white: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c0081 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green0.0%
Blue50.6%
CMYK percentages
Cyan90.7%
Magenta100.0%
Yellow0.0%
Key (black)49.4%
Color previews
#0c0081 text on a black background
contrast 1.33:1
Card sample
#0c0081 text on a white background
contrast 15.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c0081;
Background color
Panel with #0c0081 background
background-color: #0c0081;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c0081;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 0, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 0, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c0081; background: linear-gradient(135deg, #0c0081, #620081);