#0640eb
a balanced, electric blue · cool · closest name: navy
RGB
6, 64, 235
HSL
225°, 95%, 47%
CMYK
97, 73, 0, 8
Luminance
0.0970
Every format
| HEX | #0640eb |
| RGB | rgb(6, 64, 235) |
| HSL | hsl(225, 95%, 47%) |
| CMYK | cmyk(97%, 73%, 0%, 8%) |
| LAB | lab(37.3 51.4 -88.2) |
| LCH | lch(37.3 102.1 300.2) |
| OKLCH | oklch(0.480 0.258 263.9) |
Copy-ready code
/* CSS */
color: #0640eb;
background-color: #0640eb;
/* Tailwind (arbitrary) */
class="text-[#0640eb] bg-[#0640eb]"
/* SCSS */
$brand: #0640eb;
/* SwiftUI */
Color(red: 0.024, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#0640eb")Accessibility — WCAG contrast
Aa
#0640eb on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0640eb on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green25.1%
Blue92.2%
CMYK percentages
Cyan97.4%
Magenta72.8%
Yellow0.0%
Key (black)7.8%
Color previews
#0640eb text on a black background
contrast 2.94:1
Card sample
#0640eb text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0640eb;
Background color
Panel with #0640eb background
background-color: #0640eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0640eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0640eb; background: linear-gradient(135deg, #0640eb, #6506EB);