#4416ff
a balanced, electric blue · warm · closest name: blue
RGB
68, 22, 255
HSL
252°, 100%, 54%
CMYK
73, 91, 0, 0
Luminance
0.0902
Every format
| HEX | #4416ff |
| RGB | rgb(68, 22, 255) |
| HSL | hsl(252, 100%, 54%) |
| CMYK | cmyk(73%, 91%, 0%, 0%) |
| LAB | lab(36.0 76.7 -101.6) |
| LCH | lch(36.0 127.3 307.0) |
| OKLCH | oklch(0.484 0.294 274.7) |
Copy-ready code
/* CSS */
color: #4416ff;
background-color: #4416ff;
/* Tailwind (arbitrary) */
class="text-[#4416ff] bg-[#4416ff]"
/* SCSS */
$brand: #4416ff;
/* SwiftUI */
Color(red: 0.267, green: 0.086, blue: 1.000)
/* Android */
Color.parseColor("#4416ff")Accessibility — WCAG contrast
Aa
#4416ff on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4416ff on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green8.6%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta91.4%
Yellow0.0%
Key (black)0.0%
Color previews
#4416ff text on a black background
contrast 2.80:1
Card sample
#4416ff text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4416ff;
Background color
Panel with #4416ff background
background-color: #4416ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4416ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 22, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 22, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4416ff; background: linear-gradient(135deg, #4416ff, #DF16FF);