#3c0aff
a balanced, electric blue · warm · closest name: blue
RGB
60, 10, 255
HSL
252°, 100%, 52%
CMYK
77, 96, 0, 0
Luminance
0.0840
Every format
| HEX | #3c0aff |
| RGB | rgb(60, 10, 255) |
| HSL | hsl(252, 100%, 52%) |
| CMYK | cmyk(77%, 96%, 0%, 0%) |
| LAB | lab(34.8 78.5 -103.6) |
| LCH | lch(34.8 130.0 307.2) |
| OKLCH | oklch(0.474 0.299 272.7) |
Copy-ready code
/* CSS */
color: #3c0aff;
background-color: #3c0aff;
/* Tailwind (arbitrary) */
class="text-[#3c0aff] bg-[#3c0aff]"
/* SCSS */
$brand: #3c0aff;
/* SwiftUI */
Color(red: 0.235, green: 0.039, blue: 1.000)
/* Android */
Color.parseColor("#3c0aff")Accessibility — WCAG contrast
Aa
#3c0aff on white: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c0aff on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green3.9%
Blue100.0%
CMYK percentages
Cyan76.5%
Magenta96.1%
Yellow0.0%
Key (black)0.0%
Color previews
#3c0aff text on a black background
contrast 2.68:1
Card sample
#3c0aff text on a white background
contrast 7.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c0aff;
Background color
Panel with #3c0aff background
background-color: #3c0aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c0aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 10, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 10, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c0aff; background: linear-gradient(135deg, #3c0aff, #DF0AFF);