#3b4ded
a balanced, electric blue · warm · closest name: slateblue
RGB
59, 77, 237
HSL
234°, 83%, 58%
CMYK
75, 68, 0, 7
Luminance
0.1235
Every format
| HEX | #3b4ded |
| RGB | rgb(59, 77, 237) |
| HSL | hsl(234, 83%, 58%) |
| CMYK | cmyk(75%, 68%, 0%, 7%) |
| LAB | lab(41.8 47.1 -82.0) |
| LCH | lch(41.8 94.5 299.9) |
| OKLCH | oklch(0.517 0.237 270.2) |
Copy-ready code
/* CSS */
color: #3b4ded;
background-color: #3b4ded;
/* Tailwind (arbitrary) */
class="text-[#3b4ded] bg-[#3b4ded]"
/* SCSS */
$brand: #3b4ded;
/* SwiftUI */
Color(red: 0.231, green: 0.302, blue: 0.929)
/* Android */
Color.parseColor("#3b4ded")Accessibility — WCAG contrast
Aa
#3b4ded on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3b4ded on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green30.2%
Blue92.9%
CMYK percentages
Cyan75.1%
Magenta67.5%
Yellow0.0%
Key (black)7.1%
Color previews
#3b4ded text on a black background
contrast 3.47:1
Card sample
#3b4ded text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b4ded;
Background color
Panel with #3b4ded background
background-color: #3b4ded;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b4ded;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 77, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 77, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b4ded; background: linear-gradient(135deg, #3b4ded, #9F3BED);