#3b44db
a balanced, vivid blue · warm · closest name: slateblue
RGB
59, 68, 219
HSL
237°, 69%, 55%
CMYK
73, 69, 0, 14
Luminance
0.1018
Every format
| HEX | #3b44db |
| RGB | rgb(59, 68, 219) |
| HSL | hsl(237, 69%, 55%) |
| CMYK | cmyk(73%, 69%, 0%, 14%) |
| LAB | lab(38.2 46.3 -77.7) |
| LCH | lch(38.2 90.4 300.8) |
| OKLCH | oklch(0.486 0.225 271.9) |
Copy-ready code
/* CSS */
color: #3b44db;
background-color: #3b44db;
/* Tailwind (arbitrary) */
class="text-[#3b44db] bg-[#3b44db]"
/* SCSS */
$brand: #3b44db;
/* SwiftUI */
Color(red: 0.231, green: 0.267, blue: 0.859)
/* Android */
Color.parseColor("#3b44db")Accessibility — WCAG contrast
Aa
#3b44db on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3b44db on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green26.7%
Blue85.9%
CMYK percentages
Cyan73.1%
Magenta68.9%
Yellow0.0%
Key (black)14.1%
Color previews
#3b44db text on a black background
contrast 3.04:1
Card sample
#3b44db text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b44db;
Background color
Panel with #3b44db background
background-color: #3b44db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b44db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 68, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 68, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b44db; background: linear-gradient(135deg, #3b44db, #9D3BDB);