#4429df
a balanced, vivid blue · warm · closest name: blue
RGB
68, 41, 223
HSL
249°, 74%, 52%
CMYK
70, 82, 0, 13
Luminance
0.0814
Every format
| HEX | #4429df |
| RGB | rgb(68, 41, 223) |
| HSL | hsl(249, 74%, 52%) |
| CMYK | cmyk(70%, 82%, 0%, 13%) |
| LAB | lab(34.3 62.2 -86.3) |
| LCH | lch(34.3 106.4 305.8) |
| OKLCH | oklch(0.461 0.251 276.8) |
Copy-ready code
/* CSS */
color: #4429df;
background-color: #4429df;
/* Tailwind (arbitrary) */
class="text-[#4429df] bg-[#4429df]"
/* SCSS */
$brand: #4429df;
/* SwiftUI */
Color(red: 0.267, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#4429df")Accessibility — WCAG contrast
Aa
#4429df on white: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4429df on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green16.1%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#4429df text on a black background
contrast 2.63:1
Card sample
#4429df text on a white background
contrast 7.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4429df;
Background color
Panel with #4429df background
background-color: #4429df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4429df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4429df; background: linear-gradient(135deg, #4429df, #BD29DF);