#3f166f
a dark, vivid violet · warm · closest name: midnightblue
RGB
63, 22, 111
HSL
268°, 67%, 26%
CMYK
43, 80, 0, 57
Luminance
0.0278
Every format
| HEX | #3f166f |
| RGB | rgb(63, 22, 111) |
| HSL | hsl(268, 67%, 26%) |
| CMYK | cmyk(43%, 80%, 0%, 57%) |
| LAB | lab(19.1 38.4 -43.4) |
| LCH | lch(19.1 58.0 311.5) |
| OKLCH | oklch(0.320 0.142 298.9) |
Copy-ready code
/* CSS */
color: #3f166f;
background-color: #3f166f;
/* Tailwind (arbitrary) */
class="text-[#3f166f] bg-[#3f166f]"
/* SCSS */
$brand: #3f166f;
/* SwiftUI */
Color(red: 0.247, green: 0.086, blue: 0.435)
/* Android */
Color.parseColor("#3f166f")Accessibility — WCAG contrast
Aa
#3f166f on white: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f166f on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green8.6%
Blue43.5%
CMYK percentages
Cyan43.2%
Magenta80.2%
Yellow0.0%
Key (black)56.5%
Color previews
#3f166f text on a black background
contrast 1.56:1
Card sample
#3f166f text on a white background
contrast 13.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f166f;
Background color
Panel with #3f166f background
background-color: #3f166f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f166f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 22, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 22, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f166f; background: linear-gradient(135deg, #3f166f, #6F1664);