#38136c
a deep, vivid violet · warm · closest name: midnightblue
RGB
56, 19, 108
HSL
265°, 70%, 25%
CMYK
48, 82, 0, 58
Luminance
0.0239
Every format
| HEX | #38136c |
| RGB | rgb(56, 19, 108) |
| HSL | hsl(265, 70%, 25%) |
| CMYK | cmyk(48%, 82%, 0%, 58%) |
| LAB | lab(17.4 37.8 -44.3) |
| LCH | lch(17.4 58.3 310.5) |
| OKLCH | oklch(0.305 0.141 295.5) |
Copy-ready code
/* CSS */
color: #38136c;
background-color: #38136c;
/* Tailwind (arbitrary) */
class="text-[#38136c] bg-[#38136c]"
/* SCSS */
$brand: #38136c;
/* SwiftUI */
Color(red: 0.220, green: 0.075, blue: 0.424)
/* Android */
Color.parseColor("#38136c")Accessibility — WCAG contrast
Aa
#38136c on white: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#38136c on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green7.5%
Blue42.4%
CMYK percentages
Cyan48.1%
Magenta82.4%
Yellow0.0%
Key (black)57.6%
Color previews
#38136c text on a black background
contrast 1.48:1
Card sample
#38136c text on a white background
contrast 14.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38136c;
Background color
Panel with #38136c background
background-color: #38136c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38136c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 19, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 19, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38136c; background: linear-gradient(135deg, #38136c, #6C1365);