#3f2ce7
a balanced, electric blue · warm · closest name: blue
RGB
63, 44, 231
HSL
246°, 80%, 54%
CMYK
73, 81, 0, 9
Luminance
0.0863
Every format
| HEX | #3f2ce7 |
| RGB | rgb(63, 44, 231) |
| HSL | hsl(246, 80%, 54%) |
| CMYK | cmyk(73%, 81%, 0%, 9%) |
| LAB | lab(35.3 62.8 -89.3) |
| LCH | lch(35.3 109.2 305.1) |
| OKLCH | oklch(0.470 0.259 274.4) |
Copy-ready code
/* CSS */
color: #3f2ce7;
background-color: #3f2ce7;
/* Tailwind (arbitrary) */
class="text-[#3f2ce7] bg-[#3f2ce7]"
/* SCSS */
$brand: #3f2ce7;
/* SwiftUI */
Color(red: 0.247, green: 0.173, blue: 0.906)
/* Android */
Color.parseColor("#3f2ce7")Accessibility — WCAG contrast
Aa
#3f2ce7 on white: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2ce7 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green17.3%
Blue90.6%
CMYK percentages
Cyan72.7%
Magenta81.0%
Yellow0.0%
Key (black)9.4%
Color previews
#3f2ce7 text on a black background
contrast 2.73:1
Card sample
#3f2ce7 text on a white background
contrast 7.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2ce7;
Background color
Panel with #3f2ce7 background
background-color: #3f2ce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2ce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 44, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 44, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2ce7; background: linear-gradient(135deg, #3f2ce7, #BC2CE7);