#3f14eb
a balanced, electric blue · warm · closest name: blue
RGB
63, 20, 235
HSL
252°, 84%, 50%
CMYK
73, 92, 0, 8
Luminance
0.0756
Every format
| HEX | #3f14eb |
| RGB | rgb(63, 20, 235) |
| HSL | hsl(252, 84%, 50%) |
| CMYK | cmyk(73%, 92%, 0%, 8%) |
| LAB | lab(33.0 72.0 -95.3) |
| LCH | lch(33.0 119.4 307.1) |
| OKLCH | oklch(0.456 0.276 275.0) |
Copy-ready code
/* CSS */
color: #3f14eb;
background-color: #3f14eb;
/* Tailwind (arbitrary) */
class="text-[#3f14eb] bg-[#3f14eb]"
/* SCSS */
$brand: #3f14eb;
/* SwiftUI */
Color(red: 0.247, green: 0.078, blue: 0.922)
/* Android */
Color.parseColor("#3f14eb")Accessibility — WCAG contrast
Aa
#3f14eb on white: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f14eb on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green7.8%
Blue92.2%
CMYK percentages
Cyan73.2%
Magenta91.5%
Yellow0.0%
Key (black)7.8%
Color previews
#3f14eb text on a black background
contrast 2.51:1
Card sample
#3f14eb text on a white background
contrast 8.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f14eb;
Background color
Panel with #3f14eb background
background-color: #3f14eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f14eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 20, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 20, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f14eb; background: linear-gradient(135deg, #3f14eb, #CE14EB);