#3003c4
a dark, electric blue · warm · closest name: blue
RGB
48, 3, 196
HSL
254°, 97%, 39%
CMYK
76, 99, 0, 23
Luminance
0.0468
Every format
| HEX | #3003c4 |
| RGB | rgb(48, 3, 196) |
| HSL | hsl(254, 97%, 39%) |
| CMYK | cmyk(76%, 99%, 0%, 23%) |
| LAB | lab(25.8 65.1 -84.8) |
| LCH | lch(25.8 106.9 307.5) |
| OKLCH | oklch(0.391 0.245 274.2) |
Copy-ready code
/* CSS */
color: #3003c4;
background-color: #3003c4;
/* Tailwind (arbitrary) */
class="text-[#3003c4] bg-[#3003c4]"
/* SCSS */
$brand: #3003c4;
/* SwiftUI */
Color(red: 0.188, green: 0.012, blue: 0.769)
/* Android */
Color.parseColor("#3003c4")Accessibility — WCAG contrast
Aa
#3003c4 on white: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3003c4 on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green1.2%
Blue76.9%
CMYK percentages
Cyan75.5%
Magenta98.5%
Yellow0.0%
Key (black)23.1%
Color previews
#3003c4 text on a black background
contrast 1.94:1
Card sample
#3003c4 text on a white background
contrast 10.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3003c4;
Background color
Panel with #3003c4 background
background-color: #3003c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3003c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 3, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 3, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3003c4; background: linear-gradient(135deg, #3003c4, #B103C4);