#7792f1
a light, electric blue · warm · closest name: dodgerblue
RGB
119, 146, 241
HSL
227°, 81%, 71%
CMYK
51, 39, 0, 6
Luminance
0.3083
Every format
| HEX | #7792f1 |
| RGB | rgb(119, 146, 241) |
| HSL | hsl(227, 81%, 71%) |
| CMYK | cmyk(51%, 39%, 0%, 6%) |
| LAB | lab(62.4 16.3 -50.8) |
| LCH | lch(62.4 53.3 287.8) |
| OKLCH | oklch(0.681 0.144 270.3) |
Copy-ready code
/* CSS */
color: #7792f1;
background-color: #7792f1;
/* Tailwind (arbitrary) */
class="text-[#7792f1] bg-[#7792f1]"
/* SCSS */
$brand: #7792f1;
/* SwiftUI */
Color(red: 0.467, green: 0.573, blue: 0.945)
/* Android */
Color.parseColor("#7792f1")Accessibility — WCAG contrast
Aa
#7792f1 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7792f1 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green57.3%
Blue94.5%
CMYK percentages
Cyan50.6%
Magenta39.4%
Yellow0.0%
Key (black)5.5%
Color previews
#7792f1 text on a black background
contrast 7.17:1
Card sample
#7792f1 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7792f1;
Background color
Panel with #7792f1 background
background-color: #7792f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7792f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 146, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 146, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7792f1; background: linear-gradient(135deg, #7792f1, #AD77F1);