#1409af
a dark, electric blue · warm · closest name: navy
RGB
20, 9, 175
HSL
244°, 90%, 36%
CMYK
89, 95, 0, 31
Luminance
0.0344
Every format
| HEX | #1409af |
| RGB | rgb(20, 9, 175) |
| HSL | hsl(244, 90%, 36%) |
| CMYK | cmyk(89%, 95%, 0%, 31%) |
| LAB | lab(21.7 57.6 -79.1) |
| LCH | lch(21.7 97.9 306.1) |
| OKLCH | oklch(0.351 0.229 267.4) |
Copy-ready code
/* CSS */
color: #1409af;
background-color: #1409af;
/* Tailwind (arbitrary) */
class="text-[#1409af] bg-[#1409af]"
/* SCSS */
$brand: #1409af;
/* SwiftUI */
Color(red: 0.078, green: 0.035, blue: 0.686)
/* Android */
Color.parseColor("#1409af")Accessibility — WCAG contrast
Aa
#1409af on white: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1409af on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green3.5%
Blue68.6%
CMYK percentages
Cyan88.6%
Magenta94.9%
Yellow0.0%
Key (black)31.4%
Color previews
#1409af text on a black background
contrast 1.69:1
Card sample
#1409af text on a white background
contrast 12.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1409af;
Background color
Panel with #1409af background
background-color: #1409af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1409af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 9, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 9, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1409af; background: linear-gradient(135deg, #1409af, #8309AF);