#0c1ddf
a balanced, electric blue · warm · closest name: blue
RGB
12, 29, 223
HSL
235°, 90%, 46%
CMYK
95, 87, 0, 13
Luminance
0.0628
Every format
| HEX | #0c1ddf |
| RGB | rgb(12, 29, 223) |
| HSL | hsl(235, 90%, 46%) |
| CMYK | cmyk(95%, 87%, 0%, 13%) |
| LAB | lab(30.1 64.7 -93.3) |
| LCH | lch(30.1 113.6 304.7) |
| OKLCH | oklch(0.426 0.271 265.2) |
Copy-ready code
/* CSS */
color: #0c1ddf;
background-color: #0c1ddf;
/* Tailwind (arbitrary) */
class="text-[#0c1ddf] bg-[#0c1ddf]"
/* SCSS */
$brand: #0c1ddf;
/* SwiftUI */
Color(red: 0.047, green: 0.114, blue: 0.875)
/* Android */
Color.parseColor("#0c1ddf")Accessibility — WCAG contrast
Aa
#0c1ddf on white: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c1ddf on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green11.4%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta87.0%
Yellow0.0%
Key (black)12.5%
Color previews
#0c1ddf text on a black background
contrast 2.26:1
Card sample
#0c1ddf text on a white background
contrast 9.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c1ddf;
Background color
Panel with #0c1ddf background
background-color: #0c1ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c1ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 29, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 29, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c1ddf; background: linear-gradient(135deg, #0c1ddf, #880CDF);