#7299eb
a light, electric blue · cool · closest name: dodgerblue
RGB
114, 153, 235
HSL
221°, 75%, 68%
CMYK
52, 35, 0, 8
Luminance
0.3236
Every format
| HEX | #7299eb |
| RGB | rgb(114, 153, 235) |
| HSL | hsl(221, 75%, 68%) |
| CMYK | cmyk(52%, 35%, 0%, 8%) |
| LAB | lab(63.6 9.3 -45.5) |
| LCH | lch(63.6 46.4 281.6) |
| OKLCH | oklch(0.690 0.129 264.0) |
Copy-ready code
/* CSS */
color: #7299eb;
background-color: #7299eb;
/* Tailwind (arbitrary) */
class="text-[#7299eb] bg-[#7299eb]"
/* SCSS */
$brand: #7299eb;
/* SwiftUI */
Color(red: 0.447, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#7299eb")Accessibility — WCAG contrast
Aa
#7299eb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7299eb on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green60.0%
Blue92.2%
CMYK percentages
Cyan51.5%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#7299eb text on a black background
contrast 7.47:1
Card sample
#7299eb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7299eb;
Background color
Panel with #7299eb background
background-color: #7299eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7299eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7299eb; background: linear-gradient(135deg, #7299eb, #9C72EB);