#3002ac
a dark, electric violet · warm · closest name: navy
RGB
48, 2, 172
HSL
256°, 98%, 34%
CMYK
72, 99, 0, 33
Luminance
0.0365
Every format
| HEX | #3002ac |
| RGB | rgb(48, 2, 172) |
| HSL | hsl(256, 98%, 34%) |
| CMYK | cmyk(72%, 99%, 0%, 33%) |
| LAB | lab(22.5 59.4 -76.0) |
| LCH | lch(22.5 96.4 308.0) |
| OKLCH | oklch(0.360 0.221 277.1) |
Copy-ready code
/* CSS */
color: #3002ac;
background-color: #3002ac;
/* Tailwind (arbitrary) */
class="text-[#3002ac] bg-[#3002ac]"
/* SCSS */
$brand: #3002ac;
/* SwiftUI */
Color(red: 0.188, green: 0.008, blue: 0.675)
/* Android */
Color.parseColor("#3002ac")Accessibility — WCAG contrast
Aa
#3002ac on white: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3002ac on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green0.8%
Blue67.5%
CMYK percentages
Cyan72.1%
Magenta98.8%
Yellow0.0%
Key (black)32.5%
Color previews
#3002ac text on a black background
contrast 1.73:1
Card sample
#3002ac text on a white background
contrast 12.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3002ac;
Background color
Panel with #3002ac background
background-color: #3002ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3002ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 2, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 2, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3002ac; background: linear-gradient(135deg, #3002ac, #A102AC);