#1403cc
a dark, electric blue · warm · closest name: blue
RGB
20, 3, 204
HSL
245°, 97%, 41%
CMYK
90, 99, 0, 20
Luminance
0.0457
Every format
| HEX | #1403cc |
| RGB | rgb(20, 3, 204) |
| HSL | hsl(245, 97%, 41%) |
| CMYK | cmyk(90%, 99%, 0%, 20%) |
| LAB | lab(25.5 66.5 -90.1) |
| LCH | lch(25.5 111.9 306.4) |
| OKLCH | oklch(0.388 0.261 266.5) |
Copy-ready code
/* CSS */
color: #1403cc;
background-color: #1403cc;
/* Tailwind (arbitrary) */
class="text-[#1403cc] bg-[#1403cc]"
/* SCSS */
$brand: #1403cc;
/* SwiftUI */
Color(red: 0.078, green: 0.012, blue: 0.800)
/* Android */
Color.parseColor("#1403cc")Accessibility — WCAG contrast
Aa
#1403cc on white: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1403cc on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green1.2%
Blue80.0%
CMYK percentages
Cyan90.2%
Magenta98.5%
Yellow0.0%
Key (black)20.0%
Color previews
#1403cc text on a black background
contrast 1.91:1
Card sample
#1403cc text on a white background
contrast 10.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1403cc;
Background color
Panel with #1403cc background
background-color: #1403cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1403cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 3, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 3, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1403cc; background: linear-gradient(135deg, #1403cc, #9A03CC);