#4338df
a balanced, vivid blue · warm · closest name: navy
RGB
67, 56, 223
HSL
244°, 72%, 55%
CMYK
70, 75, 0, 13
Luminance
0.0935
Every format
| HEX | #4338df |
| RGB | rgb(67, 56, 223) |
| HSL | hsl(244, 72%, 55%) |
| CMYK | cmyk(70%, 75%, 0%, 13%) |
| LAB | lab(36.6 55.0 -82.4) |
| LCH | lch(36.6 99.1 303.7) |
| OKLCH | oklch(0.478 0.239 275.3) |
Copy-ready code
/* CSS */
color: #4338df;
background-color: #4338df;
/* Tailwind (arbitrary) */
class="text-[#4338df] bg-[#4338df]"
/* SCSS */
$brand: #4338df;
/* SwiftUI */
Color(red: 0.263, green: 0.220, blue: 0.875)
/* Android */
Color.parseColor("#4338df")Accessibility — WCAG contrast
Aa
#4338df on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4338df on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green22.0%
Blue87.5%
CMYK percentages
Cyan70.0%
Magenta74.9%
Yellow0.0%
Key (black)12.5%
Color previews
#4338df text on a black background
contrast 2.87:1
Card sample
#4338df text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4338df;
Background color
Panel with #4338df background
background-color: #4338df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4338df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 56, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 56, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4338df; background: linear-gradient(135deg, #4338df, #B238DF);