#3f136f
a dark, vivid violet · warm · closest name: midnightblue
RGB
63, 19, 111
HSL
269°, 71%, 26%
CMYK
43, 83, 0, 57
Luminance
0.0267
Every format
| HEX | #3f136f |
| RGB | rgb(63, 19, 111) |
| HSL | hsl(269, 71%, 26%) |
| CMYK | cmyk(43%, 83%, 0%, 57%) |
| LAB | lab(18.7 39.8 -44.1) |
| LCH | lch(18.7 59.4 312.0) |
| OKLCH | oklch(0.317 0.145 299.4) |
Copy-ready code
/* CSS */
color: #3f136f;
background-color: #3f136f;
/* Tailwind (arbitrary) */
class="text-[#3f136f] bg-[#3f136f]"
/* SCSS */
$brand: #3f136f;
/* SwiftUI */
Color(red: 0.247, green: 0.075, blue: 0.435)
/* Android */
Color.parseColor("#3f136f")Accessibility — WCAG contrast
Aa
#3f136f on white: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f136f on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green7.5%
Blue43.5%
CMYK percentages
Cyan43.2%
Magenta82.9%
Yellow0.0%
Key (black)56.5%
Color previews
#3f136f text on a black background
contrast 1.53:1
Card sample
#3f136f text on a white background
contrast 13.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f136f;
Background color
Panel with #3f136f background
background-color: #3f136f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f136f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 19, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 19, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f136f; background: linear-gradient(135deg, #3f136f, #6F1362);