#38005f
a deep, electric violet · warm · closest name: midnightblue
RGB
56, 0, 95
HSL
275°, 100%, 19%
CMYK
41, 100, 0, 63
Luminance
0.0167
Every format
| HEX | #38005f |
| RGB | rgb(56, 0, 95) |
| HSL | hsl(275, 100%, 19%) |
| CMYK | cmyk(41%, 100%, 0%, 63%) |
| LAB | lab(13.6 41.7 -41.9) |
| LCH | lch(13.6 59.1 314.8) |
| OKLCH | oklch(0.275 0.144 303.7) |
Copy-ready code
/* CSS */
color: #38005f;
background-color: #38005f;
/* Tailwind (arbitrary) */
class="text-[#38005f] bg-[#38005f]"
/* SCSS */
$brand: #38005f;
/* SwiftUI */
Color(red: 0.220, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#38005f")Accessibility — WCAG contrast
Aa
#38005f on white: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#38005f on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green0.0%
Blue37.3%
CMYK percentages
Cyan41.1%
Magenta100.0%
Yellow0.0%
Key (black)62.7%
Color previews
#38005f text on a black background
contrast 1.33:1
Card sample
#38005f text on a white background
contrast 15.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38005f;
Background color
Panel with #38005f background
background-color: #38005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38005f; background: linear-gradient(135deg, #38005f, #5F0047);