#2460ff
a balanced, electric blue · cool · closest name: royalblue
RGB
36, 96, 255
HSL
224°, 100%, 57%
CMYK
86, 62, 0, 0
Luminance
0.1596
Every format
| HEX | #2460ff |
| RGB | rgb(36, 96, 255) |
| HSL | hsl(224, 100%, 57%) |
| CMYK | cmyk(86%, 62%, 0%, 0%) |
| LAB | lab(46.9 40.2 -83.6) |
| LCH | lch(46.9 92.8 295.7) |
| OKLCH | oklch(0.557 0.244 264.0) |
Copy-ready code
/* CSS */
color: #2460ff;
background-color: #2460ff;
/* Tailwind (arbitrary) */
class="text-[#2460ff] bg-[#2460ff]"
/* SCSS */
$brand: #2460ff;
/* SwiftUI */
Color(red: 0.141, green: 0.376, blue: 1.000)
/* Android */
Color.parseColor("#2460ff")Accessibility — WCAG contrast
Aa
#2460ff on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2460ff on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green37.6%
Blue100.0%
CMYK percentages
Cyan85.9%
Magenta62.4%
Yellow0.0%
Key (black)0.0%
Color previews
#2460ff text on a black background
contrast 4.19:1
Card sample
#2460ff text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2460ff;
Background color
Panel with #2460ff background
background-color: #2460ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2460ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 96, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 96, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2460ff; background: linear-gradient(135deg, #2460ff, #7A24FF);