#38136f
a dark, vivid violet · warm · closest name: midnightblue
RGB
56, 19, 111
HSL
264°, 71%, 26%
CMYK
50, 83, 0, 57
Luminance
0.0245
Every format
| HEX | #38136f |
| RGB | rgb(56, 19, 111) |
| HSL | hsl(264, 71%, 26%) |
| CMYK | cmyk(50%, 83%, 0%, 57%) |
| LAB | lab(17.7 38.6 -45.8) |
| LCH | lch(17.7 59.9 310.2) |
| OKLCH | oklch(0.308 0.144 294.4) |
Copy-ready code
/* CSS */
color: #38136f;
background-color: #38136f;
/* Tailwind (arbitrary) */
class="text-[#38136f] bg-[#38136f]"
/* SCSS */
$brand: #38136f;
/* SwiftUI */
Color(red: 0.220, green: 0.075, blue: 0.435)
/* Android */
Color.parseColor("#38136f")Accessibility — WCAG contrast
Aa
#38136f on white: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#38136f on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green7.5%
Blue43.5%
CMYK percentages
Cyan49.5%
Magenta82.9%
Yellow0.0%
Key (black)56.5%
Color previews
#38136f text on a black background
contrast 1.49:1
Card sample
#38136f text on a white background
contrast 14.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38136f;
Background color
Panel with #38136f background
background-color: #38136f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38136f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 19, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 19, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38136f; background: linear-gradient(135deg, #38136f, #6F1369);