#7289eb
a light, electric blue · warm · closest name: dodgerblue
RGB
114, 137, 235
HSL
229°, 75%, 68%
CMYK
52, 42, 0, 8
Luminance
0.2747
Every format
| HEX | #7289eb |
| RGB | rgb(114, 137, 235) |
| HSL | hsl(229, 75%, 68%) |
| CMYK | cmyk(52%, 42%, 0%, 8%) |
| LAB | lab(59.4 18.7 -52.1) |
| LCH | lch(59.4 55.4 289.7) |
| OKLCH | oklch(0.657 0.148 271.8) |
Copy-ready code
/* CSS */
color: #7289eb;
background-color: #7289eb;
/* Tailwind (arbitrary) */
class="text-[#7289eb] bg-[#7289eb]"
/* SCSS */
$brand: #7289eb;
/* SwiftUI */
Color(red: 0.447, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#7289eb")Accessibility — WCAG contrast
Aa
#7289eb on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7289eb on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green53.7%
Blue92.2%
CMYK percentages
Cyan51.5%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7289eb text on a black background
contrast 6.49:1
Card sample
#7289eb text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7289eb;
Background color
Panel with #7289eb background
background-color: #7289eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7289eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7289eb; background: linear-gradient(135deg, #7289eb, #AC72EB);