#3f0cdf
a balanced, electric blue · warm · closest name: blue
RGB
63, 12, 223
HSL
255°, 90%, 46%
CMYK
72, 95, 0, 13
Luminance
0.0665
Every format
| HEX | #3f0cdf |
| RGB | rgb(63, 12, 223) |
| HSL | hsl(255, 90%, 46%) |
| CMYK | cmyk(72%, 95%, 0%, 13%) |
| LAB | lab(31.0 70.6 -91.8) |
| LCH | lch(31.0 115.8 307.6) |
| OKLCH | oklch(0.438 0.267 276.3) |
Copy-ready code
/* CSS */
color: #3f0cdf;
background-color: #3f0cdf;
/* Tailwind (arbitrary) */
class="text-[#3f0cdf] bg-[#3f0cdf]"
/* SCSS */
$brand: #3f0cdf;
/* SwiftUI */
Color(red: 0.247, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#3f0cdf")Accessibility — WCAG contrast
Aa
#3f0cdf on white: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f0cdf on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green4.7%
Blue87.5%
CMYK percentages
Cyan71.7%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#3f0cdf text on a black background
contrast 2.33:1
Card sample
#3f0cdf text on a white background
contrast 9.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f0cdf;
Background color
Panel with #3f0cdf background
background-color: #3f0cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f0cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f0cdf; background: linear-gradient(135deg, #3f0cdf, #CC0CDF);