#7791ee
a light, electric blue · warm · closest name: dodgerblue
RGB
119, 145, 238
HSL
227°, 78%, 70%
CMYK
50, 39, 0, 7
Luminance
0.3035
Every format
| HEX | #7791ee |
| RGB | rgb(119, 145, 238) |
| HSL | hsl(227, 78%, 70%) |
| CMYK | cmyk(50%, 39%, 0%, 7%) |
| LAB | lab(62.0 16.0 -49.8) |
| LCH | lch(62.0 52.3 287.8) |
| OKLCH | oklch(0.678 0.141 270.5) |
Copy-ready code
/* CSS */
color: #7791ee;
background-color: #7791ee;
/* Tailwind (arbitrary) */
class="text-[#7791ee] bg-[#7791ee]"
/* SCSS */
$brand: #7791ee;
/* SwiftUI */
Color(red: 0.467, green: 0.569, blue: 0.933)
/* Android */
Color.parseColor("#7791ee")Accessibility — WCAG contrast
Aa
#7791ee on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7791ee on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green56.9%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta39.1%
Yellow0.0%
Key (black)6.7%
Color previews
#7791ee text on a black background
contrast 7.07:1
Card sample
#7791ee text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7791ee;
Background color
Panel with #7791ee background
background-color: #7791ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7791ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 145, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 145, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7791ee; background: linear-gradient(135deg, #7791ee, #AC77EE);