#39305f
a dark, soft blue · warm · closest name: midnightblue
RGB
57, 48, 95
HSL
252°, 33%, 28%
CMYK
40, 50, 0, 63
Luminance
0.0381
Every format
| HEX | #39305f |
| RGB | rgb(57, 48, 95) |
| HSL | hsl(252, 33%, 28%) |
| CMYK | cmyk(40%, 50%, 0%, 63%) |
| LAB | lab(23.0 16.7 -26.7) |
| LCH | lch(23.0 31.5 302.0) |
| OKLCH | oklch(0.343 0.080 290.3) |
Copy-ready code
/* CSS */
color: #39305f;
background-color: #39305f;
/* Tailwind (arbitrary) */
class="text-[#39305f] bg-[#39305f]"
/* SCSS */
$brand: #39305f;
/* SwiftUI */
Color(red: 0.224, green: 0.188, blue: 0.373)
/* Android */
Color.parseColor("#39305f")Accessibility — WCAG contrast
Aa
#39305f on white: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#39305f on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green18.8%
Blue37.3%
CMYK percentages
Cyan40.0%
Magenta49.5%
Yellow0.0%
Key (black)62.7%
Color previews
#39305f text on a black background
contrast 1.76:1
Card sample
#39305f text on a white background
contrast 11.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39305f;
Background color
Panel with #39305f background
background-color: #39305f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39305f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 48, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 48, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39305f; background: linear-gradient(135deg, #39305f, #58305F);