#3d44fd
a balanced, electric blue · warm · closest name: blue
RGB
61, 68, 253
HSL
238°, 98%, 62%
CMYK
76, 73, 0, 1
Luminance
0.1222
Every format
| HEX | #3d44fd |
| RGB | rgb(61, 68, 253) |
| HSL | hsl(238, 98%, 62%) |
| CMYK | cmyk(76%, 73%, 0%, 1%) |
| LAB | lab(41.6 57.6 -91.3) |
| LCH | lch(41.6 107.9 302.2) |
| OKLCH | oklch(0.520 0.264 271.0) |
Copy-ready code
/* CSS */
color: #3d44fd;
background-color: #3d44fd;
/* Tailwind (arbitrary) */
class="text-[#3d44fd] bg-[#3d44fd]"
/* SCSS */
$brand: #3d44fd;
/* SwiftUI */
Color(red: 0.239, green: 0.267, blue: 0.992)
/* Android */
Color.parseColor("#3d44fd")Accessibility — WCAG contrast
Aa
#3d44fd on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3d44fd on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green26.7%
Blue99.2%
CMYK percentages
Cyan75.9%
Magenta73.1%
Yellow0.0%
Key (black)0.8%
Color previews
#3d44fd text on a black background
contrast 3.44:1
Card sample
#3d44fd text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d44fd;
Background color
Panel with #3d44fd background
background-color: #3d44fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d44fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 68, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 68, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d44fd; background: linear-gradient(135deg, #3d44fd, #B63DFD);