#3003b7
a dark, electric violet · warm · closest name: navy
RGB
48, 3, 183
HSL
255°, 97%, 37%
CMYK
74, 98, 0, 28
Luminance
0.0411
Every format
| HEX | #3003b7 |
| RGB | rgb(48, 3, 183) |
| HSL | hsl(255, 97%, 37%) |
| CMYK | cmyk(74%, 98%, 0%, 28%) |
| LAB | lab(24.0 61.9 -80.0) |
| LCH | lch(24.0 101.1 307.7) |
| OKLCH | oklch(0.374 0.232 275.6) |
Copy-ready code
/* CSS */
color: #3003b7;
background-color: #3003b7;
/* Tailwind (arbitrary) */
class="text-[#3003b7] bg-[#3003b7]"
/* SCSS */
$brand: #3003b7;
/* SwiftUI */
Color(red: 0.188, green: 0.012, blue: 0.718)
/* Android */
Color.parseColor("#3003b7")Accessibility — WCAG contrast
Aa
#3003b7 on white: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3003b7 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green1.2%
Blue71.8%
CMYK percentages
Cyan73.8%
Magenta98.4%
Yellow0.0%
Key (black)28.2%
Color previews
#3003b7 text on a black background
contrast 1.82:1
Card sample
#3003b7 text on a white background
contrast 11.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3003b7;
Background color
Panel with #3003b7 background
background-color: #3003b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3003b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 3, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 3, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3003b7; background: linear-gradient(135deg, #3003b7, #A803B7);