#7293ff
a light, electric blue · warm · closest name: dodgerblue
RGB
114, 147, 255
HSL
226°, 100%, 72%
CMYK
55, 42, 0, 0
Luminance
0.3166
Every format
| HEX | #7293ff |
| RGB | rgb(114, 147, 255) |
| HSL | hsl(226, 100%, 72%) |
| CMYK | cmyk(55%, 42%, 0%, 0%) |
| LAB | lab(63.1 19.0 -57.3) |
| LCH | lch(63.1 60.4 288.3) |
| OKLCH | oklch(0.688 0.163 269.0) |
Copy-ready code
/* CSS */
color: #7293ff;
background-color: #7293ff;
/* Tailwind (arbitrary) */
class="text-[#7293ff] bg-[#7293ff]"
/* SCSS */
$brand: #7293ff;
/* SwiftUI */
Color(red: 0.447, green: 0.576, blue: 1.000)
/* Android */
Color.parseColor("#7293ff")Accessibility — WCAG contrast
Aa
#7293ff on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7293ff on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green57.6%
Blue100.0%
CMYK percentages
Cyan55.3%
Magenta42.4%
Yellow0.0%
Key (black)0.0%
Color previews
#7293ff text on a black background
contrast 7.33:1
Card sample
#7293ff text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7293ff;
Background color
Panel with #7293ff background
background-color: #7293ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7293ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 147, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 147, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7293ff; background: linear-gradient(135deg, #7293ff, #AF72FF);