#440cdf
a balanced, electric violet · warm · closest name: blue
RGB
68, 12, 223
HSL
256°, 90%, 46%
CMYK
70, 95, 0, 13
Luminance
0.0682
Every format
| HEX | #440cdf |
| RGB | rgb(68, 12, 223) |
| HSL | hsl(256, 90%, 46%) |
| CMYK | cmyk(70%, 95%, 0%, 13%) |
| LAB | lab(31.4 70.8 -91.1) |
| LCH | lch(31.4 115.4 307.9) |
| OKLCH | oklch(0.442 0.266 277.9) |
Copy-ready code
/* CSS */
color: #440cdf;
background-color: #440cdf;
/* Tailwind (arbitrary) */
class="text-[#440cdf] bg-[#440cdf]"
/* SCSS */
$brand: #440cdf;
/* SwiftUI */
Color(red: 0.267, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#440cdf")Accessibility — WCAG contrast
Aa
#440cdf on white: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440cdf on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green4.7%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#440cdf text on a black background
contrast 2.36:1
Card sample
#440cdf text on a white background
contrast 8.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440cdf;
Background color
Panel with #440cdf background
background-color: #440cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440cdf; background: linear-gradient(135deg, #440cdf, #D10CDF);