#4036df
a balanced, vivid blue · warm · closest name: navy
RGB
64, 54, 223
HSL
244°, 73%, 54%
CMYK
71, 76, 0, 13
Luminance
0.0906
Every format
| HEX | #4036df |
| RGB | rgb(64, 54, 223) |
| HSL | hsl(244, 73%, 54%) |
| CMYK | cmyk(71%, 76%, 0%, 13%) |
| LAB | lab(36.1 55.8 -83.3) |
| LCH | lch(36.1 100.3 303.8) |
| OKLCH | oklch(0.473 0.242 274.6) |
Copy-ready code
/* CSS */
color: #4036df;
background-color: #4036df;
/* Tailwind (arbitrary) */
class="text-[#4036df] bg-[#4036df]"
/* SCSS */
$brand: #4036df;
/* SwiftUI */
Color(red: 0.251, green: 0.212, blue: 0.875)
/* Android */
Color.parseColor("#4036df")Accessibility — WCAG contrast
Aa
#4036df on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4036df on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green21.2%
Blue87.5%
CMYK percentages
Cyan71.3%
Magenta75.8%
Yellow0.0%
Key (black)12.5%
Color previews
#4036df text on a black background
contrast 2.81:1
Card sample
#4036df text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4036df;
Background color
Panel with #4036df background
background-color: #4036df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4036df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 54, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 54, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4036df; background: linear-gradient(135deg, #4036df, #B136DF);