#38245f
a dark, vivid violet · warm · closest name: midnightblue
RGB
56, 36, 95
HSL
260°, 45%, 26%
CMYK
41, 62, 0, 63
Luminance
0.0293
Every format
| HEX | #38245f |
| RGB | rgb(56, 36, 95) |
| HSL | hsl(260, 45%, 26%) |
| CMYK | cmyk(41%, 62%, 0%, 63%) |
| LAB | lab(19.8 24.4 -31.9) |
| LCH | lch(19.8 40.2 307.4) |
| OKLCH | oklch(0.319 0.101 295.8) |
Copy-ready code
/* CSS */
color: #38245f;
background-color: #38245f;
/* Tailwind (arbitrary) */
class="text-[#38245f] bg-[#38245f]"
/* SCSS */
$brand: #38245f;
/* SwiftUI */
Color(red: 0.220, green: 0.141, blue: 0.373)
/* Android */
Color.parseColor("#38245f")Accessibility — WCAG contrast
Aa
#38245f on white: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#38245f on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green14.1%
Blue37.3%
CMYK percentages
Cyan41.1%
Magenta62.1%
Yellow0.0%
Key (black)62.7%
Color previews
#38245f text on a black background
contrast 1.59:1
Card sample
#38245f text on a white background
contrast 13.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38245f;
Background color
Panel with #38245f background
background-color: #38245f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38245f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 36, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 36, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38245f; background: linear-gradient(135deg, #38245f, #5F245F);