#2425fd
a balanced, electric blue · warm · closest name: blue
RGB
36, 37, 253
HSL
240°, 98%, 57%
CMYK
86, 85, 0, 1
Luminance
0.0879
Every format
| HEX | #2425fd |
| RGB | rgb(36, 37, 253) |
| HSL | hsl(240, 98%, 57%) |
| CMYK | cmyk(86%, 85%, 0%, 1%) |
| LAB | lab(35.6 70.6 -101.3) |
| LCH | lch(35.6 123.5 304.9) |
| OKLCH | oklch(0.476 0.293 267.6) |
Copy-ready code
/* CSS */
color: #2425fd;
background-color: #2425fd;
/* Tailwind (arbitrary) */
class="text-[#2425fd] bg-[#2425fd]"
/* SCSS */
$brand: #2425fd;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.992)
/* Android */
Color.parseColor("#2425fd")Accessibility — WCAG contrast
Aa
#2425fd on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2425fd on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue99.2%
CMYK percentages
Cyan85.8%
Magenta85.4%
Yellow0.0%
Key (black)0.8%
Color previews
#2425fd text on a black background
contrast 2.76:1
Card sample
#2425fd text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2425fd;
Background color
Panel with #2425fd background
background-color: #2425fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2425fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2425fd; background: linear-gradient(135deg, #2425fd, #B424FD);