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