#39309c
a dark, vivid blue · warm · closest name: midnightblue
RGB
57, 48, 156
HSL
245°, 53%, 40%
CMYK
64, 69, 0, 39
Luminance
0.0538
Every format
| HEX | #39309c |
| RGB | rgb(57, 48, 156) |
| HSL | hsl(245, 53%, 40%) |
| CMYK | cmyk(64%, 69%, 0%, 39%) |
| LAB | lab(27.8 36.9 -57.5) |
| LCH | lch(27.8 68.3 302.7) |
| OKLCH | oklch(0.393 0.168 279.1) |
Copy-ready code
/* CSS */
color: #39309c;
background-color: #39309c;
/* Tailwind (arbitrary) */
class="text-[#39309c] bg-[#39309c]"
/* SCSS */
$brand: #39309c;
/* SwiftUI */
Color(red: 0.224, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#39309c")Accessibility — WCAG contrast
Aa
#39309c on white: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#39309c on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green18.8%
Blue61.2%
CMYK percentages
Cyan63.5%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#39309c text on a black background
contrast 2.08:1
Card sample
#39309c text on a white background
contrast 10.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39309c;
Background color
Panel with #39309c background
background-color: #39309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39309c; background: linear-gradient(135deg, #39309c, #81309C);