#7192f4
a light, electric blue · cool · closest name: dodgerblue
RGB
113, 146, 244
HSL
225°, 86%, 70%
CMYK
54, 40, 0, 4
Luminance
0.3060
Every format
| HEX | #7192f4 |
| RGB | rgb(113, 146, 244) |
| HSL | hsl(225, 86%, 70%) |
| CMYK | cmyk(54%, 40%, 0%, 4%) |
| LAB | lab(62.2 16.0 -52.7) |
| LCH | lch(62.2 55.1 286.8) |
| OKLCH | oklch(0.679 0.150 268.2) |
Copy-ready code
/* CSS */
color: #7192f4;
background-color: #7192f4;
/* Tailwind (arbitrary) */
class="text-[#7192f4] bg-[#7192f4]"
/* SCSS */
$brand: #7192f4;
/* SwiftUI */
Color(red: 0.443, green: 0.573, blue: 0.957)
/* Android */
Color.parseColor("#7192f4")Accessibility — WCAG contrast
Aa
#7192f4 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7192f4 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green57.3%
Blue95.7%
CMYK percentages
Cyan53.7%
Magenta40.2%
Yellow0.0%
Key (black)4.3%
Color previews
#7192f4 text on a black background
contrast 7.12:1
Card sample
#7192f4 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7192f4;
Background color
Panel with #7192f4 background
background-color: #7192f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7192f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 146, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 146, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7192f4; background: linear-gradient(135deg, #7192f4, #A771F4);