#300f7f
a dark, electric violet · warm · closest name: indigo
RGB
48, 15, 127
HSL
258°, 79%, 28%
CMYK
62, 88, 0, 50
Luminance
0.0250
Every format
| HEX | #300f7f |
| RGB | rgb(48, 15, 127) |
| HSL | hsl(258, 79%, 28%) |
| CMYK | cmyk(62%, 88%, 0%, 50%) |
| LAB | lab(17.9 43.8 -55.7) |
| LCH | lch(17.9 70.9 308.2) |
| OKLCH | oklch(0.313 0.166 284.9) |
Copy-ready code
/* CSS */
color: #300f7f;
background-color: #300f7f;
/* Tailwind (arbitrary) */
class="text-[#300f7f] bg-[#300f7f]"
/* SCSS */
$brand: #300f7f;
/* SwiftUI */
Color(red: 0.188, green: 0.059, blue: 0.498)
/* Android */
Color.parseColor("#300f7f")Accessibility — WCAG contrast
Aa
#300f7f on white: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#300f7f on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green5.9%
Blue49.8%
CMYK percentages
Cyan62.2%
Magenta88.2%
Yellow0.0%
Key (black)50.2%
Color previews
#300f7f text on a black background
contrast 1.50:1
Card sample
#300f7f text on a white background
contrast 14.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #300f7f;
Background color
Panel with #300f7f background
background-color: #300f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #300f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 15, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 15, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #300f7f; background: linear-gradient(135deg, #300f7f, #7B0F7F);