#300c47
a deep, vivid violet · warm · closest name: midnightblue
RGB
48, 12, 71
HSL
277°, 71%, 16%
CMYK
32, 83, 0, 72
Luminance
0.0135
Every format
| HEX | #300c47 |
| RGB | rgb(48, 12, 71) |
| HSL | hsl(277, 71%, 16%) |
| CMYK | cmyk(32%, 83%, 0%, 72%) |
| LAB | lab(11.6 29.5 -28.9) |
| LCH | lch(11.6 41.3 315.6) |
| OKLCH | oklch(0.251 0.105 308.3) |
Copy-ready code
/* CSS */
color: #300c47;
background-color: #300c47;
/* Tailwind (arbitrary) */
class="text-[#300c47] bg-[#300c47]"
/* SCSS */
$brand: #300c47;
/* SwiftUI */
Color(red: 0.188, green: 0.047, blue: 0.278)
/* Android */
Color.parseColor("#300c47")Accessibility — WCAG contrast
Aa
#300c47 on white: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#300c47 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green4.7%
Blue27.8%
CMYK percentages
Cyan32.4%
Magenta83.1%
Yellow0.0%
Key (black)72.2%
Color previews
#300c47 text on a black background
contrast 1.27:1
Card sample
#300c47 text on a white background
contrast 16.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #300c47;
Background color
Panel with #300c47 background
background-color: #300c47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #300c47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 12, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 12, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #300c47; background: linear-gradient(135deg, #300c47, #470C37);