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