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