#0c0ccc
a dark, electric blue · warm · closest name: blue
RGB
12, 12, 204
HSL
240°, 89%, 42%
CMYK
94, 94, 0, 20
Luminance
0.0470
Every format
| HEX | #0c0ccc |
| RGB | rgb(12, 12, 204) |
| HSL | hsl(240, 89%, 42%) |
| CMYK | cmyk(94%, 94%, 0%, 20%) |
| LAB | lab(25.9 64.5 -89.4) |
| LCH | lch(25.9 110.3 305.8) |
| OKLCH | oklch(0.390 0.259 265.4) |
Copy-ready code
/* CSS */
color: #0c0ccc;
background-color: #0c0ccc;
/* Tailwind (arbitrary) */
class="text-[#0c0ccc] bg-[#0c0ccc]"
/* SCSS */
$brand: #0c0ccc;
/* SwiftUI */
Color(red: 0.047, green: 0.047, blue: 0.800)
/* Android */
Color.parseColor("#0c0ccc")Accessibility — WCAG contrast
Aa
#0c0ccc on white: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c0ccc on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green4.7%
Blue80.0%
CMYK percentages
Cyan94.1%
Magenta94.1%
Yellow0.0%
Key (black)20.0%
Color previews
#0c0ccc text on a black background
contrast 1.94:1
Card sample
#0c0ccc text on a white background
contrast 10.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c0ccc;
Background color
Panel with #0c0ccc background
background-color: #0c0ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c0ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 12, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 12, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c0ccc; background: linear-gradient(135deg, #0c0ccc, #8C0CCC);