#4416cf
a dark, electric blue · warm · closest name: blue
RGB
68, 22, 207
HSL
255°, 81%, 45%
CMYK
67, 89, 0, 19
Luminance
0.0631
Every format
| HEX | #4416cf |
| RGB | rgb(68, 22, 207) |
| HSL | hsl(255, 81%, 45%) |
| CMYK | cmyk(67%, 89%, 0%, 19%) |
| LAB | lab(30.2 64.6 -83.9) |
| LCH | lch(30.2 105.9 307.6) |
| OKLCH | oklch(0.428 0.245 279.6) |
Copy-ready code
/* CSS */
color: #4416cf;
background-color: #4416cf;
/* Tailwind (arbitrary) */
class="text-[#4416cf] bg-[#4416cf]"
/* SCSS */
$brand: #4416cf;
/* SwiftUI */
Color(red: 0.267, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#4416cf")Accessibility — WCAG contrast
Aa
#4416cf on white: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4416cf on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green8.6%
Blue81.2%
CMYK percentages
Cyan67.1%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#4416cf text on a black background
contrast 2.26:1
Card sample
#4416cf text on a white background
contrast 9.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4416cf;
Background color
Panel with #4416cf background
background-color: #4416cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4416cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4416cf; background: linear-gradient(135deg, #4416cf, #BF16CF);