#7799ff
a light, electric blue · warm · closest name: dodgerblue
RGB
119, 153, 255
HSL
225°, 100%, 73%
CMYK
53, 40, 0, 0
Luminance
0.3392
Every format
| HEX | #7799ff |
| RGB | rgb(119, 153, 255) |
| HSL | hsl(225, 100%, 73%) |
| CMYK | cmyk(53%, 40%, 0%, 0%) |
| LAB | lab(64.9 16.5 -54.4) |
| LCH | lch(64.9 56.8 286.9) |
| OKLCH | oklch(0.703 0.154 268.4) |
Copy-ready code
/* CSS */
color: #7799ff;
background-color: #7799ff;
/* Tailwind (arbitrary) */
class="text-[#7799ff] bg-[#7799ff]"
/* SCSS */
$brand: #7799ff;
/* SwiftUI */
Color(red: 0.467, green: 0.600, blue: 1.000)
/* Android */
Color.parseColor("#7799ff")Accessibility — WCAG contrast
Aa
#7799ff on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7799ff on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green60.0%
Blue100.0%
CMYK percentages
Cyan53.3%
Magenta40.0%
Yellow0.0%
Key (black)0.0%
Color previews
#7799ff text on a black background
contrast 7.78:1
Card sample
#7799ff text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7799ff;
Background color
Panel with #7799ff background
background-color: #7799ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7799ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 153, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 153, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7799ff; background: linear-gradient(135deg, #7799ff, #B077FF);