#3c00df
a dark, electric violet · warm · closest name: blue
RGB
60, 0, 223
HSL
256°, 100%, 44%
CMYK
73, 100, 0, 13
Luminance
0.0629
Every format
| HEX | #3c00df |
| RGB | rgb(60, 0, 223) |
| HSL | hsl(256, 100%, 44%) |
| CMYK | cmyk(73%, 100%, 0%, 13%) |
| LAB | lab(30.1 72.5 -93.3) |
| LCH | lch(30.1 118.1 307.8) |
| OKLCH | oklch(0.432 0.270 275.5) |
Copy-ready code
/* CSS */
color: #3c00df;
background-color: #3c00df;
/* Tailwind (arbitrary) */
class="text-[#3c00df] bg-[#3c00df]"
/* SCSS */
$brand: #3c00df;
/* SwiftUI */
Color(red: 0.235, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#3c00df")Accessibility — WCAG contrast
Aa
#3c00df on white: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c00df on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green0.0%
Blue87.5%
CMYK percentages
Cyan73.1%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#3c00df text on a black background
contrast 2.26:1
Card sample
#3c00df text on a white background
contrast 9.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c00df;
Background color
Panel with #3c00df background
background-color: #3c00df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c00df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c00df; background: linear-gradient(135deg, #3c00df, #D000DF);