#7792ff
a light, electric blue · warm · closest name: dodgerblue
RGB
119, 146, 255
HSL
228°, 100%, 73%
CMYK
53, 43, 0, 0
Luminance
0.3170
Every format
| HEX | #7792ff |
| RGB | rgb(119, 146, 255) |
| HSL | hsl(228, 100%, 73%) |
| CMYK | cmyk(53%, 43%, 0%, 0%) |
| LAB | lab(63.1 20.6 -57.3) |
| LCH | lch(63.1 60.9 289.8) |
| OKLCH | oklch(0.689 0.163 271.1) |
Copy-ready code
/* CSS */
color: #7792ff;
background-color: #7792ff;
/* Tailwind (arbitrary) */
class="text-[#7792ff] bg-[#7792ff]"
/* SCSS */
$brand: #7792ff;
/* SwiftUI */
Color(red: 0.467, green: 0.573, blue: 1.000)
/* Android */
Color.parseColor("#7792ff")Accessibility — WCAG contrast
Aa
#7792ff on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7792ff on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green57.3%
Blue100.0%
CMYK percentages
Cyan53.3%
Magenta42.7%
Yellow0.0%
Key (black)0.0%
Color previews
#7792ff text on a black background
contrast 7.34:1
Card sample
#7792ff text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7792ff;
Background color
Panel with #7792ff background
background-color: #7792ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7792ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 146, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 146, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7792ff; background: linear-gradient(135deg, #7792ff, #B777FF);