#6489f7
a light, electric blue · cool · closest name: dodgerblue
RGB
100, 137, 247
HSL
225°, 90%, 68%
CMYK
60, 45, 0, 3
Luminance
0.2732
Every format
| HEX | #6489f7 |
| RGB | rgb(100, 137, 247) |
| HSL | hsl(225, 90%, 68%) |
| CMYK | cmyk(60%, 45%, 0%, 3%) |
| LAB | lab(59.3 19.7 -59.0) |
| LCH | lch(59.3 62.3 288.4) |
| OKLCH | oklch(0.656 0.169 267.6) |
Copy-ready code
/* CSS */
color: #6489f7;
background-color: #6489f7;
/* Tailwind (arbitrary) */
class="text-[#6489f7] bg-[#6489f7]"
/* SCSS */
$brand: #6489f7;
/* SwiftUI */
Color(red: 0.392, green: 0.537, blue: 0.969)
/* Android */
Color.parseColor("#6489f7")Accessibility — WCAG contrast
Aa
#6489f7 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6489f7 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green53.7%
Blue96.9%
CMYK percentages
Cyan59.5%
Magenta44.5%
Yellow0.0%
Key (black)3.1%
Color previews
#6489f7 text on a black background
contrast 6.46:1
Card sample
#6489f7 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6489f7;
Background color
Panel with #6489f7 background
background-color: #6489f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6489f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 137, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 137, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6489f7; background: linear-gradient(135deg, #6489f7, #A164F7);