#3c34cf
a balanced, vivid blue · warm · closest name: navy
RGB
60, 52, 207
HSL
243°, 62%, 51%
CMYK
71, 75, 0, 19
Luminance
0.0792
Every format
| HEX | #3c34cf |
| RGB | rgb(60, 52, 207) |
| HSL | hsl(243, 62%, 51%) |
| CMYK | cmyk(71%, 75%, 0%, 19%) |
| LAB | lab(33.8 51.5 -77.9) |
| LCH | lch(33.8 93.4 303.5) |
| OKLCH | oklch(0.452 0.226 274.7) |
Copy-ready code
/* CSS */
color: #3c34cf;
background-color: #3c34cf;
/* Tailwind (arbitrary) */
class="text-[#3c34cf] bg-[#3c34cf]"
/* SCSS */
$brand: #3c34cf;
/* SwiftUI */
Color(red: 0.235, green: 0.204, blue: 0.812)
/* Android */
Color.parseColor("#3c34cf")Accessibility — WCAG contrast
Aa
#3c34cf on white: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c34cf on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green20.4%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta74.9%
Yellow0.0%
Key (black)18.8%
Color previews
#3c34cf text on a black background
contrast 2.58:1
Card sample
#3c34cf text on a white background
contrast 8.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c34cf;
Background color
Panel with #3c34cf background
background-color: #3c34cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c34cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 52, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 52, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c34cf; background: linear-gradient(135deg, #3c34cf, #A334CF);