#3f3f95
a dark, soft blue · warm · closest name: midnightblue
RGB
63, 63, 149
HSL
240°, 41%, 42%
CMYK
58, 58, 0, 42
Luminance
0.0678
Every format
| HEX | #3f3f95 |
| RGB | rgb(63, 63, 149) |
| HSL | hsl(240, 41%, 42%) |
| CMYK | cmyk(58%, 58%, 0%, 42%) |
| LAB | lab(31.3 26.1 -47.5) |
| LCH | lch(31.3 54.2 298.8) |
| OKLCH | oklch(0.418 0.138 278.6) |
Copy-ready code
/* CSS */
color: #3f3f95;
background-color: #3f3f95;
/* Tailwind (arbitrary) */
class="text-[#3f3f95] bg-[#3f3f95]"
/* SCSS */
$brand: #3f3f95;
/* SwiftUI */
Color(red: 0.247, green: 0.247, blue: 0.584)
/* Android */
Color.parseColor("#3f3f95")Accessibility — WCAG contrast
Aa
#3f3f95 on white: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f3f95 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green24.7%
Blue58.4%
CMYK percentages
Cyan57.7%
Magenta57.7%
Yellow0.0%
Key (black)41.6%
Color previews
#3f3f95 text on a black background
contrast 2.36:1
Card sample
#3f3f95 text on a white background
contrast 8.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f3f95;
Background color
Panel with #3f3f95 background
background-color: #3f3f95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f3f95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 63, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 63, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f3f95; background: linear-gradient(135deg, #3f3f95, #783F95);