#0c2ccb
a dark, electric blue · warm · closest name: navy
RGB
12, 44, 203
HSL
230°, 89%, 42%
CMYK
94, 78, 0, 20
Luminance
0.0619
Every format
| HEX | #0c2ccb |
| RGB | rgb(12, 44, 203) |
| HSL | hsl(230, 89%, 42%) |
| CMYK | cmyk(94%, 78%, 0%, 20%) |
| LAB | lab(29.9 51.8 -82.1) |
| LCH | lch(29.9 97.1 302.3) |
| OKLCH | oklch(0.417 0.239 265.1) |
Copy-ready code
/* CSS */
color: #0c2ccb;
background-color: #0c2ccb;
/* Tailwind (arbitrary) */
class="text-[#0c2ccb] bg-[#0c2ccb]"
/* SCSS */
$brand: #0c2ccb;
/* SwiftUI */
Color(red: 0.047, green: 0.173, blue: 0.796)
/* Android */
Color.parseColor("#0c2ccb")Accessibility — WCAG contrast
Aa
#0c2ccb on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c2ccb on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green17.3%
Blue79.6%
CMYK percentages
Cyan94.1%
Magenta78.3%
Yellow0.0%
Key (black)20.4%
Color previews
#0c2ccb text on a black background
contrast 2.24:1
Card sample
#0c2ccb text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c2ccb;
Background color
Panel with #0c2ccb background
background-color: #0c2ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c2ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 44, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 44, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c2ccb; background: linear-gradient(135deg, #0c2ccb, #6B0CCB);