#300c79
a dark, electric violet · warm · closest name: indigo
RGB
48, 12, 121
HSL
260°, 82%, 26%
CMYK
60, 90, 0, 53
Luminance
0.0227
Every format
| HEX | #300c79 |
| RGB | rgb(48, 12, 121) |
| HSL | hsl(260, 82%, 26%) |
| CMYK | cmyk(60%, 90%, 0%, 53%) |
| LAB | lab(16.9 43.2 -53.7) |
| LCH | lch(16.9 68.9 308.8) |
| OKLCH | oklch(0.303 0.161 286.8) |
Copy-ready code
/* CSS */
color: #300c79;
background-color: #300c79;
/* Tailwind (arbitrary) */
class="text-[#300c79] bg-[#300c79]"
/* SCSS */
$brand: #300c79;
/* SwiftUI */
Color(red: 0.188, green: 0.047, blue: 0.475)
/* Android */
Color.parseColor("#300c79")Accessibility — WCAG contrast
Aa
#300c79 on white: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#300c79 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green4.7%
Blue47.5%
CMYK percentages
Cyan60.3%
Magenta90.1%
Yellow0.0%
Key (black)52.5%
Color previews
#300c79 text on a black background
contrast 1.45:1
Card sample
#300c79 text on a white background
contrast 14.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #300c79;
Background color
Panel with #300c79 background
background-color: #300c79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #300c79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 12, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 12, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #300c79; background: linear-gradient(135deg, #300c79, #790C79);