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