#0c27ad
a dark, electric blue · warm · closest name: navy
RGB
12, 39, 173
HSL
230°, 87%, 36%
CMYK
93, 78, 0, 32
Luminance
0.0455
Every format
| HEX | #0c27ad |
| RGB | rgb(12, 39, 173) |
| HSL | hsl(230, 87%, 36%) |
| CMYK | cmyk(93%, 78%, 0%, 32%) |
| LAB | lab(25.4 44.4 -71.8) |
| LCH | lch(25.4 84.5 301.7) |
| OKLCH | oklch(0.375 0.209 265.4) |
Copy-ready code
/* CSS */
color: #0c27ad;
background-color: #0c27ad;
/* Tailwind (arbitrary) */
class="text-[#0c27ad] bg-[#0c27ad]"
/* SCSS */
$brand: #0c27ad;
/* SwiftUI */
Color(red: 0.047, green: 0.153, blue: 0.678)
/* Android */
Color.parseColor("#0c27ad")Accessibility — WCAG contrast
Aa
#0c27ad on white: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c27ad on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green15.3%
Blue67.8%
CMYK percentages
Cyan93.1%
Magenta77.5%
Yellow0.0%
Key (black)32.2%
Color previews
#0c27ad text on a black background
contrast 1.91:1
Card sample
#0c27ad text on a white background
contrast 11.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c27ad;
Background color
Panel with #0c27ad background
background-color: #0c27ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c27ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 39, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 39, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c27ad; background: linear-gradient(135deg, #0c27ad, #5C0CAD);