#3d1cdf
a balanced, electric blue · warm · closest name: blue
RGB
61, 28, 223
HSL
250°, 78%, 49%
CMYK
73, 87, 0, 13
Luminance
0.0715
Every format
| HEX | #3d1cdf |
| RGB | rgb(61, 28, 223) |
| HSL | hsl(250, 78%, 49%) |
| CMYK | cmyk(73%, 87%, 0%, 13%) |
| LAB | lab(32.1 66.6 -89.9) |
| LCH | lch(32.1 111.9 306.5) |
| OKLCH | oklch(0.446 0.261 275.2) |
Copy-ready code
/* CSS */
color: #3d1cdf;
background-color: #3d1cdf;
/* Tailwind (arbitrary) */
class="text-[#3d1cdf] bg-[#3d1cdf]"
/* SCSS */
$brand: #3d1cdf;
/* SwiftUI */
Color(red: 0.239, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#3d1cdf")Accessibility — WCAG contrast
Aa
#3d1cdf on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d1cdf on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green11.0%
Blue87.5%
CMYK percentages
Cyan72.6%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#3d1cdf text on a black background
contrast 2.43:1
Card sample
#3d1cdf text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d1cdf;
Background color
Panel with #3d1cdf background
background-color: #3d1cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d1cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d1cdf; background: linear-gradient(135deg, #3d1cdf, #BF1CDF);