#3c08ab
a dark, electric violet · warm · closest name: navy
RGB
60, 8, 171
HSL
259°, 91%, 35%
CMYK
65, 95, 0, 33
Luminance
0.0407
Every format
| HEX | #3c08ab |
| RGB | rgb(60, 8, 171) |
| HSL | hsl(259, 91%, 35%) |
| CMYK | cmyk(65%, 95%, 0%, 33%) |
| LAB | lab(23.9 58.4 -73.0) |
| LCH | lch(23.9 93.5 308.6) |
| OKLCH | oklch(0.372 0.215 282.3) |
Copy-ready code
/* CSS */
color: #3c08ab;
background-color: #3c08ab;
/* Tailwind (arbitrary) */
class="text-[#3c08ab] bg-[#3c08ab]"
/* SCSS */
$brand: #3c08ab;
/* SwiftUI */
Color(red: 0.235, green: 0.031, blue: 0.671)
/* Android */
Color.parseColor("#3c08ab")Accessibility — WCAG contrast
Aa
#3c08ab on white: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c08ab on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green3.1%
Blue67.1%
CMYK percentages
Cyan64.9%
Magenta95.3%
Yellow0.0%
Key (black)32.9%
Color previews
#3c08ab text on a black background
contrast 1.81:1
Card sample
#3c08ab text on a white background
contrast 11.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c08ab;
Background color
Panel with #3c08ab background
background-color: #3c08ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c08ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 8, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 8, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c08ab; background: linear-gradient(135deg, #3c08ab, #A908AB);