#2513df
a balanced, electric blue · warm · closest name: blue
RGB
37, 19, 223
HSL
245°, 84%, 48%
CMYK
83, 92, 0, 13
Luminance
0.0619
Every format
| HEX | #2513df |
| RGB | rgb(37, 19, 223) |
| HSL | hsl(245, 84%, 48%) |
| CMYK | cmyk(83%, 92%, 0%, 13%) |
| LAB | lab(29.9 68.3 -93.7) |
| LCH | lch(29.9 115.9 306.1) |
| OKLCH | oklch(0.426 0.271 269.1) |
Copy-ready code
/* CSS */
color: #2513df;
background-color: #2513df;
/* Tailwind (arbitrary) */
class="text-[#2513df] bg-[#2513df]"
/* SCSS */
$brand: #2513df;
/* SwiftUI */
Color(red: 0.145, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#2513df")Accessibility — WCAG contrast
Aa
#2513df on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2513df on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green7.5%
Blue87.5%
CMYK percentages
Cyan83.4%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#2513df text on a black background
contrast 2.24:1
Card sample
#2513df text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2513df;
Background color
Panel with #2513df background
background-color: #2513df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2513df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2513df; background: linear-gradient(135deg, #2513df, #AD13DF);