#3f4dfe
a balanced, electric blue · warm · closest name: blue
RGB
63, 77, 254
HSL
236°, 99%, 62%
CMYK
75, 70, 0, 0
Luminance
0.1352
Every format
| HEX | #3f4dfe |
| RGB | rgb(63, 77, 254) |
| HSL | hsl(236, 99%, 62%) |
| CMYK | cmyk(75%, 70%, 0%, 0%) |
| LAB | lab(43.5 53.1 -88.6) |
| LCH | lch(43.5 103.3 300.9) |
| OKLCH | oklch(0.535 0.257 270.7) |
Copy-ready code
/* CSS */
color: #3f4dfe;
background-color: #3f4dfe;
/* Tailwind (arbitrary) */
class="text-[#3f4dfe] bg-[#3f4dfe]"
/* SCSS */
$brand: #3f4dfe;
/* SwiftUI */
Color(red: 0.247, green: 0.302, blue: 0.996)
/* Android */
Color.parseColor("#3f4dfe")Accessibility — WCAG contrast
Aa
#3f4dfe on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f4dfe on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green30.2%
Blue99.6%
CMYK percentages
Cyan75.2%
Magenta69.7%
Yellow0.0%
Key (black)0.4%
Color previews
#3f4dfe text on a black background
contrast 3.70:1
Card sample
#3f4dfe text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f4dfe;
Background color
Panel with #3f4dfe background
background-color: #3f4dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f4dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 77, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 77, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f4dfe; background: linear-gradient(135deg, #3f4dfe, #B03FFE);