#0c2cdf
a balanced, electric blue · warm · closest name: blue
RGB
12, 44, 223
HSL
231°, 90%, 46%
CMYK
95, 80, 0, 13
Luminance
0.0721
Every format
| HEX | #0c2cdf |
| RGB | rgb(12, 44, 223) |
| HSL | hsl(231, 90%, 46%) |
| CMYK | cmyk(95%, 80%, 0%, 13%) |
| LAB | lab(32.3 58.3 -89.7) |
| LCH | lch(32.3 107.0 303.0) |
| OKLCH | oklch(0.441 0.261 265.0) |
Copy-ready code
/* CSS */
color: #0c2cdf;
background-color: #0c2cdf;
/* Tailwind (arbitrary) */
class="text-[#0c2cdf] bg-[#0c2cdf]"
/* SCSS */
$brand: #0c2cdf;
/* SwiftUI */
Color(red: 0.047, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#0c2cdf")Accessibility — WCAG contrast
Aa
#0c2cdf on white: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c2cdf on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green17.3%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#0c2cdf text on a black background
contrast 2.44:1
Card sample
#0c2cdf text on a white background
contrast 8.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c2cdf;
Background color
Panel with #0c2cdf background
background-color: #0c2cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c2cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c2cdf; background: linear-gradient(135deg, #0c2cdf, #790CDF);