#3f2ceb
a balanced, electric blue · warm · closest name: blue
RGB
63, 44, 235
HSL
246°, 83%, 55%
CMYK
73, 81, 0, 8
Luminance
0.0886
Every format
| HEX | #3f2ceb |
| RGB | rgb(63, 44, 235) |
| HSL | hsl(246, 83%, 55%) |
| CMYK | cmyk(73%, 81%, 0%, 8%) |
| LAB | lab(35.7 64.0 -90.8) |
| LCH | lch(35.7 111.1 305.2) |
| OKLCH | oklch(0.474 0.263 274.1) |
Copy-ready code
/* CSS */
color: #3f2ceb;
background-color: #3f2ceb;
/* Tailwind (arbitrary) */
class="text-[#3f2ceb] bg-[#3f2ceb]"
/* SCSS */
$brand: #3f2ceb;
/* SwiftUI */
Color(red: 0.247, green: 0.173, blue: 0.922)
/* Android */
Color.parseColor("#3f2ceb")Accessibility — WCAG contrast
Aa
#3f2ceb on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2ceb on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green17.3%
Blue92.2%
CMYK percentages
Cyan73.2%
Magenta81.3%
Yellow0.0%
Key (black)7.8%
Color previews
#3f2ceb text on a black background
contrast 2.77:1
Card sample
#3f2ceb text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2ceb;
Background color
Panel with #3f2ceb background
background-color: #3f2ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 44, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 44, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2ceb; background: linear-gradient(135deg, #3f2ceb, #BE2CEB);