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