#0645eb
a balanced, electric blue · cool · closest name: slateblue
RGB
6, 69, 235
HSL
224°, 95%, 47%
CMYK
97, 71, 0, 8
Luminance
0.1029
Every format
| HEX | #0645eb |
| RGB | rgb(6, 69, 235) |
| HSL | hsl(224, 95%, 47%) |
| CMYK | cmyk(97%, 71%, 0%, 8%) |
| LAB | lab(38.4 48.5 -86.5) |
| LCH | lch(38.4 99.2 299.3) |
| OKLCH | oklch(0.488 0.253 263.6) |
Copy-ready code
/* CSS */
color: #0645eb;
background-color: #0645eb;
/* Tailwind (arbitrary) */
class="text-[#0645eb] bg-[#0645eb]"
/* SCSS */
$brand: #0645eb;
/* SwiftUI */
Color(red: 0.024, green: 0.271, blue: 0.922)
/* Android */
Color.parseColor("#0645eb")Accessibility — WCAG contrast
Aa
#0645eb on white: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0645eb on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green27.1%
Blue92.2%
CMYK percentages
Cyan97.4%
Magenta70.6%
Yellow0.0%
Key (black)7.8%
Color previews
#0645eb text on a black background
contrast 3.06:1
Card sample
#0645eb text on a white background
contrast 6.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0645eb;
Background color
Panel with #0645eb background
background-color: #0645eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0645eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 69, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 69, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0645eb; background: linear-gradient(135deg, #0645eb, #6006EB);