#1809af
a dark, electric blue · warm · closest name: navy
RGB
24, 9, 175
HSL
245°, 90%, 36%
CMYK
86, 95, 0, 31
Luminance
0.0348
Every format
| HEX | #1809af |
| RGB | rgb(24, 9, 175) |
| HSL | hsl(245, 90%, 36%) |
| CMYK | cmyk(86%, 95%, 0%, 31%) |
| LAB | lab(21.9 57.7 -78.9) |
| LCH | lch(21.9 97.7 306.2) |
| OKLCH | oklch(0.353 0.228 268.4) |
Copy-ready code
/* CSS */
color: #1809af;
background-color: #1809af;
/* Tailwind (arbitrary) */
class="text-[#1809af] bg-[#1809af]"
/* SCSS */
$brand: #1809af;
/* SwiftUI */
Color(red: 0.094, green: 0.035, blue: 0.686)
/* Android */
Color.parseColor("#1809af")Accessibility — WCAG contrast
Aa
#1809af on white: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1809af on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green3.5%
Blue68.6%
CMYK percentages
Cyan86.3%
Magenta94.9%
Yellow0.0%
Key (black)31.4%
Color previews
#1809af text on a black background
contrast 1.70:1
Card sample
#1809af text on a white background
contrast 12.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1809af;
Background color
Panel with #1809af background
background-color: #1809af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1809af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 9, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 9, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1809af; background: linear-gradient(135deg, #1809af, #8709AF);