#3d52b8
a balanced, vivid blue · warm · closest name: slateblue
RGB
61, 82, 184
HSL
230°, 50%, 48%
CMYK
67, 55, 0, 28
Luminance
0.1049
Every format
| HEX | #3d52b8 |
| RGB | rgb(61, 82, 184) |
| HSL | hsl(230, 50%, 48%) |
| CMYK | cmyk(67%, 55%, 0%, 28%) |
| LAB | lab(38.7 25.7 -56.5) |
| LCH | lch(38.7 62.0 294.5) |
| OKLCH | oklch(0.481 0.162 270.4) |
Copy-ready code
/* CSS */
color: #3d52b8;
background-color: #3d52b8;
/* Tailwind (arbitrary) */
class="text-[#3d52b8] bg-[#3d52b8]"
/* SCSS */
$brand: #3d52b8;
/* SwiftUI */
Color(red: 0.239, green: 0.322, blue: 0.722)
/* Android */
Color.parseColor("#3d52b8")Accessibility — WCAG contrast
Aa
#3d52b8 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3d52b8 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green32.2%
Blue72.2%
CMYK percentages
Cyan66.8%
Magenta55.4%
Yellow0.0%
Key (black)27.8%
Color previews
#3d52b8 text on a black background
contrast 3.10:1
Card sample
#3d52b8 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d52b8;
Background color
Panel with #3d52b8 background
background-color: #3d52b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d52b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 82, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 82, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d52b8; background: linear-gradient(135deg, #3d52b8, #7A3DB8);