#3f0fcd
a dark, electric violet · warm · closest name: blue
RGB
63, 15, 205
HSL
255°, 86%, 43%
CMYK
69, 93, 0, 20
Luminance
0.0581
Every format
| HEX | #3f0fcd |
| RGB | rgb(63, 15, 205) |
| HSL | hsl(255, 86%, 43%) |
| CMYK | cmyk(69%, 93%, 0%, 20%) |
| LAB | lab(28.9 65.6 -84.8) |
| LCH | lch(28.9 107.2 307.7) |
| OKLCH | oklch(0.418 0.247 278.2) |
Copy-ready code
/* CSS */
color: #3f0fcd;
background-color: #3f0fcd;
/* Tailwind (arbitrary) */
class="text-[#3f0fcd] bg-[#3f0fcd]"
/* SCSS */
$brand: #3f0fcd;
/* SwiftUI */
Color(red: 0.247, green: 0.059, blue: 0.804)
/* Android */
Color.parseColor("#3f0fcd")Accessibility — WCAG contrast
Aa
#3f0fcd on white: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f0fcd on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green5.9%
Blue80.4%
CMYK percentages
Cyan69.3%
Magenta92.7%
Yellow0.0%
Key (black)19.6%
Color previews
#3f0fcd text on a black background
contrast 2.16:1
Card sample
#3f0fcd text on a white background
contrast 9.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f0fcd;
Background color
Panel with #3f0fcd background
background-color: #3f0fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f0fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 15, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 15, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f0fcd; background: linear-gradient(135deg, #3f0fcd, #BE0FCD);