#3f3f7e
a dark, soft blue · warm · closest name: midnightblue
RGB
63, 63, 126
HSL
240°, 33%, 37%
CMYK
50, 50, 0, 51
Luminance
0.0612
Every format
| HEX | #3f3f7e |
| RGB | rgb(63, 63, 126) |
| HSL | hsl(240, 33%, 37%) |
| CMYK | cmyk(50%, 50%, 0%, 51%) |
| LAB | lab(29.7 18.3 -35.9) |
| LCH | lch(29.7 40.3 297.1) |
| OKLCH | oklch(0.401 0.104 280.7) |
Copy-ready code
/* CSS */
color: #3f3f7e;
background-color: #3f3f7e;
/* Tailwind (arbitrary) */
class="text-[#3f3f7e] bg-[#3f3f7e]"
/* SCSS */
$brand: #3f3f7e;
/* SwiftUI */
Color(red: 0.247, green: 0.247, blue: 0.494)
/* Android */
Color.parseColor("#3f3f7e")Accessibility — WCAG contrast
Aa
#3f3f7e on white: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f3f7e on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green24.7%
Blue49.4%
CMYK percentages
Cyan50.0%
Magenta50.0%
Yellow0.0%
Key (black)50.6%
Color previews
#3f3f7e text on a black background
contrast 2.22:1
Card sample
#3f3f7e text on a white background
contrast 9.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f3f7e;
Background color
Panel with #3f3f7e background
background-color: #3f3f7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f3f7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 63, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 63, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f3f7e; background: linear-gradient(135deg, #3f3f7e, #693F7E);