#3b4ddf
a balanced, vivid blue · warm · closest name: slateblue
RGB
59, 77, 223
HSL
233°, 72%, 55%
CMYK
74, 66, 0, 13
Luminance
0.1157
Every format
| HEX | #3b4ddf |
| RGB | rgb(59, 77, 223) |
| HSL | hsl(233, 72%, 55%) |
| CMYK | cmyk(74%, 66%, 0%, 13%) |
| LAB | lab(40.5 42.3 -76.1) |
| LCH | lch(40.5 87.0 299.1) |
| OKLCH | oklch(0.504 0.220 270.5) |
Copy-ready code
/* CSS */
color: #3b4ddf;
background-color: #3b4ddf;
/* Tailwind (arbitrary) */
class="text-[#3b4ddf] bg-[#3b4ddf]"
/* SCSS */
$brand: #3b4ddf;
/* SwiftUI */
Color(red: 0.231, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#3b4ddf")Accessibility — WCAG contrast
Aa
#3b4ddf on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3b4ddf on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green30.2%
Blue87.5%
CMYK percentages
Cyan73.5%
Magenta65.5%
Yellow0.0%
Key (black)12.5%
Color previews
#3b4ddf text on a black background
contrast 3.31:1
Card sample
#3b4ddf text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b4ddf;
Background color
Panel with #3b4ddf background
background-color: #3b4ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b4ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b4ddf; background: linear-gradient(135deg, #3b4ddf, #963BDF);