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