#4418ce
a balanced, electric blue · warm · closest name: blue
RGB
68, 24, 206
HSL
255°, 79%, 45%
CMYK
67, 88, 0, 19
Luminance
0.0634
Every format
| HEX | #4418ce |
| RGB | rgb(68, 24, 206) |
| HSL | hsl(255, 79%, 45%) |
| CMYK | cmyk(67%, 88%, 0%, 19%) |
| LAB | lab(30.3 63.8 -83.2) |
| LCH | lch(30.3 104.8 307.5) |
| OKLCH | oklch(0.428 0.243 279.6) |
Copy-ready code
/* CSS */
color: #4418ce;
background-color: #4418ce;
/* Tailwind (arbitrary) */
class="text-[#4418ce] bg-[#4418ce]"
/* SCSS */
$brand: #4418ce;
/* SwiftUI */
Color(red: 0.267, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#4418ce")Accessibility — WCAG contrast
Aa
#4418ce on white: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4418ce on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green9.4%
Blue80.8%
CMYK percentages
Cyan67.0%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#4418ce text on a black background
contrast 2.27:1
Card sample
#4418ce text on a white background
contrast 9.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4418ce;
Background color
Panel with #4418ce background
background-color: #4418ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4418ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4418ce; background: linear-gradient(135deg, #4418ce, #BD18CE);