#3d4fba
a balanced, vivid blue · warm · closest name: slateblue
RGB
61, 79, 186
HSL
231°, 51%, 48%
CMYK
67, 58, 0, 27
Luminance
0.1013
Every format
| HEX | #3d4fba |
| RGB | rgb(61, 79, 186) |
| HSL | hsl(231, 51%, 48%) |
| CMYK | cmyk(67%, 58%, 0%, 27%) |
| LAB | lab(38.1 28.3 -58.6) |
| LCH | lch(38.1 65.1 295.8) |
| OKLCH | oklch(0.477 0.169 271.3) |
Copy-ready code
/* CSS */
color: #3d4fba;
background-color: #3d4fba;
/* Tailwind (arbitrary) */
class="text-[#3d4fba] bg-[#3d4fba]"
/* SCSS */
$brand: #3d4fba;
/* SwiftUI */
Color(red: 0.239, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#3d4fba")Accessibility — WCAG contrast
Aa
#3d4fba on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3d4fba on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green31.0%
Blue72.9%
CMYK percentages
Cyan67.2%
Magenta57.5%
Yellow0.0%
Key (black)27.1%
Color previews
#3d4fba text on a black background
contrast 3.03:1
Card sample
#3d4fba text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d4fba;
Background color
Panel with #3d4fba background
background-color: #3d4fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d4fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d4fba; background: linear-gradient(135deg, #3d4fba, #7E3DBA);