#7296eb
a light, electric blue · cool · closest name: dodgerblue
RGB
114, 150, 235
HSL
222°, 75%, 68%
CMYK
52, 36, 0, 8
Luminance
0.3139
Every format
| HEX | #7296eb |
| RGB | rgb(114, 150, 235) |
| HSL | hsl(222, 75%, 68%) |
| CMYK | cmyk(52%, 36%, 0%, 8%) |
| LAB | lab(62.8 11.1 -46.7) |
| LCH | lch(62.8 48.0 283.3) |
| OKLCH | oklch(0.683 0.132 265.6) |
Copy-ready code
/* CSS */
color: #7296eb;
background-color: #7296eb;
/* Tailwind (arbitrary) */
class="text-[#7296eb] bg-[#7296eb]"
/* SCSS */
$brand: #7296eb;
/* SwiftUI */
Color(red: 0.447, green: 0.588, blue: 0.922)
/* Android */
Color.parseColor("#7296eb")Accessibility — WCAG contrast
Aa
#7296eb on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7296eb on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green58.8%
Blue92.2%
CMYK percentages
Cyan51.5%
Magenta36.2%
Yellow0.0%
Key (black)7.8%
Color previews
#7296eb text on a black background
contrast 7.28:1
Card sample
#7296eb text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7296eb;
Background color
Panel with #7296eb background
background-color: #7296eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7296eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 150, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 150, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7296eb; background: linear-gradient(135deg, #7296eb, #9E72EB);