#3f1cee
a balanced, electric blue · warm · closest name: blue
RGB
63, 28, 238
HSL
250°, 86%, 52%
CMYK
74, 88, 0, 7
Luminance
0.0806
Every format
| HEX | #3f1cee |
| RGB | rgb(63, 28, 238) |
| HSL | hsl(250, 86%, 52%) |
| CMYK | cmyk(74%, 88%, 0%, 7%) |
| LAB | lab(34.1 70.6 -95.2) |
| LCH | lch(34.1 118.5 306.6) |
| OKLCH | oklch(0.464 0.276 274.5) |
Copy-ready code
/* CSS */
color: #3f1cee;
background-color: #3f1cee;
/* Tailwind (arbitrary) */
class="text-[#3f1cee] bg-[#3f1cee]"
/* SCSS */
$brand: #3f1cee;
/* SwiftUI */
Color(red: 0.247, green: 0.110, blue: 0.933)
/* Android */
Color.parseColor("#3f1cee")Accessibility — WCAG contrast
Aa
#3f1cee on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f1cee on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green11.0%
Blue93.3%
CMYK percentages
Cyan73.5%
Magenta88.2%
Yellow0.0%
Key (black)6.7%
Color previews
#3f1cee text on a black background
contrast 2.61:1
Card sample
#3f1cee text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f1cee;
Background color
Panel with #3f1cee background
background-color: #3f1cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f1cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 28, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 28, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f1cee; background: linear-gradient(135deg, #3f1cee, #CB1CEE);