#7799df
a light, vivid blue · cool · closest name: steelblue
RGB
119, 153, 223
HSL
220°, 62%, 67%
CMYK
47, 31, 0, 13
Luminance
0.3203
Every format
| HEX | #7799df |
| RGB | rgb(119, 153, 223) |
| HSL | hsl(220, 62%, 67%) |
| CMYK | cmyk(47%, 31%, 0%, 13%) |
| LAB | lab(63.4 6.9 -39.2) |
| LCH | lch(63.4 39.8 279.9) |
| OKLCH | oklch(0.686 0.111 263.9) |
Copy-ready code
/* CSS */
color: #7799df;
background-color: #7799df;
/* Tailwind (arbitrary) */
class="text-[#7799df] bg-[#7799df]"
/* SCSS */
$brand: #7799df;
/* SwiftUI */
Color(red: 0.467, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#7799df")Accessibility — WCAG contrast
Aa
#7799df on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7799df on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green60.0%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta31.4%
Yellow0.0%
Key (black)12.5%
Color previews
#7799df text on a black background
contrast 7.41:1
Card sample
#7799df text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7799df;
Background color
Panel with #7799df background
background-color: #7799df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7799df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7799df; background: linear-gradient(135deg, #7799df, #9A77DF);