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