#2240fd
a balanced, electric blue · warm · closest name: blue
RGB
34, 64, 253
HSL
232°, 98%, 56%
CMYK
87, 75, 0, 1
Luminance
0.1110
Every format
| HEX | #2240fd |
| RGB | rgb(34, 64, 253) |
| HSL | hsl(232, 98%, 56%) |
| CMYK | cmyk(87%, 75%, 0%, 1%) |
| LAB | lab(39.7 58.2 -94.3) |
| LCH | lch(39.7 110.8 301.7) |
| OKLCH | oklch(0.505 0.274 266.5) |
Copy-ready code
/* CSS */
color: #2240fd;
background-color: #2240fd;
/* Tailwind (arbitrary) */
class="text-[#2240fd] bg-[#2240fd]"
/* SCSS */
$brand: #2240fd;
/* SwiftUI */
Color(red: 0.133, green: 0.251, blue: 0.992)
/* Android */
Color.parseColor("#2240fd")Accessibility — WCAG contrast
Aa
#2240fd on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2240fd on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green25.1%
Blue99.2%
CMYK percentages
Cyan86.6%
Magenta74.7%
Yellow0.0%
Key (black)0.8%
Color previews
#2240fd text on a black background
contrast 3.22:1
Card sample
#2240fd text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2240fd;
Background color
Panel with #2240fd background
background-color: #2240fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2240fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 64, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 64, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2240fd; background: linear-gradient(135deg, #2240fd, #9622FD);