#3000c0
a dark, electric violet · warm · closest name: navy
RGB
48, 0, 192
HSL
255°, 100%, 38%
CMYK
75, 100, 0, 25
Luminance
0.0443
Every format
| HEX | #3000c0 |
| RGB | rgb(48, 0, 192) |
| HSL | hsl(255, 100%, 38%) |
| CMYK | cmyk(75%, 100%, 0%, 25%) |
| LAB | lab(25.1 64.7 -83.7) |
| LCH | lch(25.1 105.8 307.7) |
| OKLCH | oklch(0.384 0.242 274.7) |
Copy-ready code
/* CSS */
color: #3000c0;
background-color: #3000c0;
/* Tailwind (arbitrary) */
class="text-[#3000c0] bg-[#3000c0]"
/* SCSS */
$brand: #3000c0;
/* SwiftUI */
Color(red: 0.188, green: 0.000, blue: 0.753)
/* Android */
Color.parseColor("#3000c0")Accessibility — WCAG contrast
Aa
#3000c0 on white: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3000c0 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green0.0%
Blue75.3%
CMYK percentages
Cyan75.0%
Magenta100.0%
Yellow0.0%
Key (black)24.7%
Color previews
#3000c0 text on a black background
contrast 1.89:1
Card sample
#3000c0 text on a white background
contrast 11.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3000c0;
Background color
Panel with #3000c0 background
background-color: #3000c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3000c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 0, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 0, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3000c0; background: linear-gradient(135deg, #3000c0, #B000C0);