#3d4ace
a balanced, vivid blue · warm · closest name: slateblue
RGB
61, 74, 206
HSL
235°, 60%, 52%
CMYK
70, 64, 0, 19
Luminance
0.1035
Every format
| HEX | #3d4ace |
| RGB | rgb(61, 74, 206) |
| HSL | hsl(235, 60%, 52%) |
| CMYK | cmyk(70%, 64%, 0%, 19%) |
| LAB | lab(38.5 38.5 -69.7) |
| LCH | lch(38.5 79.6 298.9) |
| OKLCH | oklch(0.485 0.201 272.0) |
Copy-ready code
/* CSS */
color: #3d4ace;
background-color: #3d4ace;
/* Tailwind (arbitrary) */
class="text-[#3d4ace] bg-[#3d4ace]"
/* SCSS */
$brand: #3d4ace;
/* SwiftUI */
Color(red: 0.239, green: 0.290, blue: 0.808)
/* Android */
Color.parseColor("#3d4ace")Accessibility — WCAG contrast
Aa
#3d4ace on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3d4ace on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green29.0%
Blue80.8%
CMYK percentages
Cyan70.4%
Magenta64.1%
Yellow0.0%
Key (black)19.2%
Color previews
#3d4ace text on a black background
contrast 3.07:1
Card sample
#3d4ace text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d4ace;
Background color
Panel with #3d4ace background
background-color: #3d4ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d4ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 74, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 74, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d4ace; background: linear-gradient(135deg, #3d4ace, #913DCE);