#3c1bbc
a dark, vivid blue · warm · closest name: navy
RGB
60, 27, 188
HSL
252°, 75%, 42%
CMYK
68, 86, 0, 26
Luminance
0.0538
Every format
| HEX | #3c1bbc |
| RGB | rgb(60, 27, 188) |
| HSL | hsl(252, 75%, 42%) |
| CMYK | cmyk(68%, 86%, 0%, 26%) |
| LAB | lab(27.8 57.4 -76.8) |
| LCH | lch(27.8 95.8 306.8) |
| OKLCH | oklch(0.404 0.224 278.8) |
Copy-ready code
/* CSS */
color: #3c1bbc;
background-color: #3c1bbc;
/* Tailwind (arbitrary) */
class="text-[#3c1bbc] bg-[#3c1bbc]"
/* SCSS */
$brand: #3c1bbc;
/* SwiftUI */
Color(red: 0.235, green: 0.106, blue: 0.737)
/* Android */
Color.parseColor("#3c1bbc")Accessibility — WCAG contrast
Aa
#3c1bbc on white: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c1bbc on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green10.6%
Blue73.7%
CMYK percentages
Cyan68.1%
Magenta85.6%
Yellow0.0%
Key (black)26.3%
Color previews
#3c1bbc text on a black background
contrast 2.08:1
Card sample
#3c1bbc text on a white background
contrast 10.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c1bbc;
Background color
Panel with #3c1bbc background
background-color: #3c1bbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c1bbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 27, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 27, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c1bbc; background: linear-gradient(135deg, #3c1bbc, #A81BBC);