#3c14ff
a balanced, electric blue · warm · closest name: blue
RGB
60, 20, 255
HSL
250°, 100%, 54%
CMYK
77, 92, 0, 0
Luminance
0.0868
Every format
| HEX | #3c14ff |
| RGB | rgb(60, 20, 255) |
| HSL | hsl(250, 100%, 54%) |
| CMYK | cmyk(77%, 92%, 0%, 0%) |
| LAB | lab(35.4 76.8 -102.7) |
| LCH | lch(35.4 128.2 306.8) |
| OKLCH | oklch(0.478 0.297 272.6) |
Copy-ready code
/* CSS */
color: #3c14ff;
background-color: #3c14ff;
/* Tailwind (arbitrary) */
class="text-[#3c14ff] bg-[#3c14ff]"
/* SCSS */
$brand: #3c14ff;
/* SwiftUI */
Color(red: 0.235, green: 0.078, blue: 1.000)
/* Android */
Color.parseColor("#3c14ff")Accessibility — WCAG contrast
Aa
#3c14ff on white: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c14ff on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green7.8%
Blue100.0%
CMYK percentages
Cyan76.5%
Magenta92.2%
Yellow0.0%
Key (black)0.0%
Color previews
#3c14ff text on a black background
contrast 2.74:1
Card sample
#3c14ff text on a white background
contrast 7.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c14ff;
Background color
Panel with #3c14ff background
background-color: #3c14ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c14ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 20, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 20, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c14ff; background: linear-gradient(135deg, #3c14ff, #D914FF);