#2409af
a dark, electric blue · warm · closest name: navy
RGB
36, 9, 175
HSL
250°, 90%, 36%
CMYK
79, 95, 0, 31
Luminance
0.0367
Every format
| HEX | #2409af |
| RGB | rgb(36, 9, 175) |
| HSL | hsl(250, 90%, 36%) |
| CMYK | cmyk(79%, 95%, 0%, 31%) |
| LAB | lab(22.5 58.0 -77.8) |
| LCH | lch(22.5 97.0 306.7) |
| OKLCH | oklch(0.359 0.225 272.0) |
Copy-ready code
/* CSS */
color: #2409af;
background-color: #2409af;
/* Tailwind (arbitrary) */
class="text-[#2409af] bg-[#2409af]"
/* SCSS */
$brand: #2409af;
/* SwiftUI */
Color(red: 0.141, green: 0.035, blue: 0.686)
/* Android */
Color.parseColor("#2409af")Accessibility — WCAG contrast
Aa
#2409af on white: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2409af on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green3.5%
Blue68.6%
CMYK percentages
Cyan79.4%
Magenta94.9%
Yellow0.0%
Key (black)31.4%
Color previews
#2409af text on a black background
contrast 1.73:1
Card sample
#2409af text on a white background
contrast 12.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2409af;
Background color
Panel with #2409af background
background-color: #2409af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2409af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 9, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 9, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2409af; background: linear-gradient(135deg, #2409af, #9309AF);