#2513b9
a dark, electric blue · warm · closest name: navy
RGB
37, 19, 185
HSL
247°, 81%, 40%
CMYK
80, 90, 0, 28
Luminance
0.0436
Every format
| HEX | #2513b9 |
| RGB | rgb(37, 19, 185) |
| HSL | hsl(247, 81%, 40%) |
| CMYK | cmyk(80%, 90%, 0%, 28%) |
| LAB | lab(24.8 58.1 -79.9) |
| LCH | lch(24.8 98.8 306.0) |
| OKLCH | oklch(0.378 0.231 271.3) |
Copy-ready code
/* CSS */
color: #2513b9;
background-color: #2513b9;
/* Tailwind (arbitrary) */
class="text-[#2513b9] bg-[#2513b9]"
/* SCSS */
$brand: #2513b9;
/* SwiftUI */
Color(red: 0.145, green: 0.075, blue: 0.725)
/* Android */
Color.parseColor("#2513b9")Accessibility — WCAG contrast
Aa
#2513b9 on white: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2513b9 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green7.5%
Blue72.5%
CMYK percentages
Cyan80.0%
Magenta89.7%
Yellow0.0%
Key (black)27.5%
Color previews
#2513b9 text on a black background
contrast 1.87:1
Card sample
#2513b9 text on a white background
contrast 11.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2513b9;
Background color
Panel with #2513b9 background
background-color: #2513b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2513b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 19, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 19, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2513b9; background: linear-gradient(135deg, #2513b9, #9413B9);