#2541f4
a balanced, electric blue · warm · closest name: blue
RGB
37, 65, 244
HSL
232°, 90%, 55%
CMYK
85, 73, 0, 4
Luminance
0.1071
Every format
| HEX | #2541f4 |
| RGB | rgb(37, 65, 244) |
| HSL | hsl(232, 90%, 55%) |
| CMYK | cmyk(85%, 73%, 0%, 4%) |
| LAB | lab(39.1 54.8 -90.4) |
| LCH | lch(39.1 105.7 301.3) |
| OKLCH | oklch(0.497 0.262 267.0) |
Copy-ready code
/* CSS */
color: #2541f4;
background-color: #2541f4;
/* Tailwind (arbitrary) */
class="text-[#2541f4] bg-[#2541f4]"
/* SCSS */
$brand: #2541f4;
/* SwiftUI */
Color(red: 0.145, green: 0.255, blue: 0.957)
/* Android */
Color.parseColor("#2541f4")Accessibility — WCAG contrast
Aa
#2541f4 on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2541f4 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green25.5%
Blue95.7%
CMYK percentages
Cyan84.8%
Magenta73.4%
Yellow0.0%
Key (black)4.3%
Color previews
#2541f4 text on a black background
contrast 3.14:1
Card sample
#2541f4 text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2541f4;
Background color
Panel with #2541f4 background
background-color: #2541f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2541f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 65, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 65, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2541f4; background: linear-gradient(135deg, #2541f4, #9325F4);