#3c22ff
a balanced, electric blue · warm · closest name: blue
RGB
60, 34, 255
HSL
247°, 100%, 57%
CMYK
77, 87, 0, 0
Luminance
0.0932
Every format
| HEX | #3c22ff |
| RGB | rgb(60, 34, 255) |
| HSL | hsl(247, 100%, 57%) |
| CMYK | cmyk(77%, 87%, 0%, 0%) |
| LAB | lab(36.6 73.0 -100.6) |
| LCH | lch(36.6 124.3 306.0) |
| OKLCH | oklch(0.486 0.291 272.4) |
Copy-ready code
/* CSS */
color: #3c22ff;
background-color: #3c22ff;
/* Tailwind (arbitrary) */
class="text-[#3c22ff] bg-[#3c22ff]"
/* SCSS */
$brand: #3c22ff;
/* SwiftUI */
Color(red: 0.235, green: 0.133, blue: 1.000)
/* Android */
Color.parseColor("#3c22ff")Accessibility — WCAG contrast
Aa
#3c22ff on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c22ff on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green13.3%
Blue100.0%
CMYK percentages
Cyan76.5%
Magenta86.7%
Yellow0.0%
Key (black)0.0%
Color previews
#3c22ff text on a black background
contrast 2.86:1
Card sample
#3c22ff text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c22ff;
Background color
Panel with #3c22ff background
background-color: #3c22ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c22ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 34, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 34, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c22ff; background: linear-gradient(135deg, #3c22ff, #D022FF);