#0c2fdc
a balanced, electric blue · warm · closest name: blue
RGB
12, 47, 220
HSL
230°, 90%, 46%
CMYK
95, 79, 0, 14
Luminance
0.0728
Every format
| HEX | #0c2fdc |
| RGB | rgb(12, 47, 220) |
| HSL | hsl(230, 90%, 46%) |
| CMYK | cmyk(95%, 79%, 0%, 14%) |
| LAB | lab(32.4 55.8 -87.8) |
| LCH | lch(32.4 104.0 302.5) |
| OKLCH | oklch(0.441 0.256 264.9) |
Copy-ready code
/* CSS */
color: #0c2fdc;
background-color: #0c2fdc;
/* Tailwind (arbitrary) */
class="text-[#0c2fdc] bg-[#0c2fdc]"
/* SCSS */
$brand: #0c2fdc;
/* SwiftUI */
Color(red: 0.047, green: 0.184, blue: 0.863)
/* Android */
Color.parseColor("#0c2fdc")Accessibility — WCAG contrast
Aa
#0c2fdc on white: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c2fdc on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green18.4%
Blue86.3%
CMYK percentages
Cyan94.5%
Magenta78.6%
Yellow0.0%
Key (black)13.7%
Color previews
#0c2fdc text on a black background
contrast 2.46:1
Card sample
#0c2fdc text on a white background
contrast 8.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c2fdc;
Background color
Panel with #0c2fdc background
background-color: #0c2fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c2fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 47, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 47, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c2fdc; background: linear-gradient(135deg, #0c2fdc, #740CDC);