#4412df
a balanced, electric blue · warm · closest name: blue
RGB
68, 18, 223
HSL
255°, 85%, 47%
CMYK
70, 92, 0, 13
Luminance
0.0699
Every format
| HEX | #4412df |
| RGB | rgb(68, 18, 223) |
| HSL | hsl(255, 85%, 47%) |
| CMYK | cmyk(70%, 92%, 0%, 13%) |
| LAB | lab(31.8 69.6 -90.5) |
| LCH | lch(31.8 114.2 307.6) |
| OKLCH | oklch(0.444 0.264 277.8) |
Copy-ready code
/* CSS */
color: #4412df;
background-color: #4412df;
/* Tailwind (arbitrary) */
class="text-[#4412df] bg-[#4412df]"
/* SCSS */
$brand: #4412df;
/* SwiftUI */
Color(red: 0.267, green: 0.071, blue: 0.875)
/* Android */
Color.parseColor("#4412df")Accessibility — WCAG contrast
Aa
#4412df on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4412df on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green7.1%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta91.9%
Yellow0.0%
Key (black)12.5%
Color previews
#4412df text on a black background
contrast 2.40:1
Card sample
#4412df text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4412df;
Background color
Panel with #4412df background
background-color: #4412df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4412df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 18, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 18, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4412df; background: linear-gradient(135deg, #4412df, #CD12DF);