#38103c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
56, 16, 60
HSL
295°, 58%, 15%
CMYK
7, 73, 0, 77
Luminance
0.0154
Every format
| HEX | #38103c |
| RGB | rgb(56, 16, 60) |
| HSL | hsl(295, 58%, 15%) |
| CMYK | cmyk(7%, 73%, 0%, 77%) |
| LAB | lab(12.8 26.9 -19.1) |
| LCH | lch(12.8 33.0 324.7) |
| OKLCH | oklch(0.260 0.090 324.0) |
Copy-ready code
/* CSS */
color: #38103c;
background-color: #38103c;
/* Tailwind (arbitrary) */
class="text-[#38103c] bg-[#38103c]"
/* SCSS */
$brand: #38103c;
/* SwiftUI */
Color(red: 0.220, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#38103c")Accessibility — WCAG contrast
Aa
#38103c on white: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#38103c on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green6.3%
Blue23.5%
CMYK percentages
Cyan6.7%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#38103c text on a black background
contrast 1.31:1
Card sample
#38103c text on a white background
contrast 16.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38103c;
Background color
Panel with #38103c background
background-color: #38103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38103c; background: linear-gradient(135deg, #38103c, #3C1023);