#2525eb
a balanced, electric blue · warm · closest name: blue
RGB
37, 37, 235
HSL
240°, 83%, 53%
CMYK
84, 84, 0, 8
Luminance
0.0771
Every format
| HEX | #2525eb |
| RGB | rgb(37, 37, 235) |
| HSL | hsl(240, 83%, 53%) |
| CMYK | cmyk(84%, 84%, 0%, 8%) |
| LAB | lab(33.4 65.6 -94.7) |
| LCH | lch(33.4 115.2 304.7) |
| OKLCH | oklch(0.455 0.274 268.3) |
Copy-ready code
/* CSS */
color: #2525eb;
background-color: #2525eb;
/* Tailwind (arbitrary) */
class="text-[#2525eb] bg-[#2525eb]"
/* SCSS */
$brand: #2525eb;
/* SwiftUI */
Color(red: 0.145, green: 0.145, blue: 0.922)
/* Android */
Color.parseColor("#2525eb")Accessibility — WCAG contrast
Aa
#2525eb on white: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2525eb on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green14.5%
Blue92.2%
CMYK percentages
Cyan84.3%
Magenta84.3%
Yellow0.0%
Key (black)7.8%
Color previews
#2525eb text on a black background
contrast 2.54:1
Card sample
#2525eb text on a white background
contrast 8.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2525eb;
Background color
Panel with #2525eb background
background-color: #2525eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2525eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 37, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 37, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2525eb; background: linear-gradient(135deg, #2525eb, #A925EB);