#7791df
a light, vivid blue · warm · closest name: steelblue
RGB
119, 145, 223
HSL
225°, 62%, 67%
CMYK
47, 35, 0, 13
Luminance
0.2950
Every format
| HEX | #7791df |
| RGB | rgb(119, 145, 223) |
| HSL | hsl(225, 62%, 67%) |
| CMYK | cmyk(47%, 35%, 0%, 13%) |
| LAB | lab(61.2 11.5 -42.6) |
| LCH | lch(61.2 44.1 285.1) |
| OKLCH | oklch(0.670 0.120 269.0) |
Copy-ready code
/* CSS */
color: #7791df;
background-color: #7791df;
/* Tailwind (arbitrary) */
class="text-[#7791df] bg-[#7791df]"
/* SCSS */
$brand: #7791df;
/* SwiftUI */
Color(red: 0.467, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#7791df")Accessibility — WCAG contrast
Aa
#7791df on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7791df on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green56.9%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta35.0%
Yellow0.0%
Key (black)12.5%
Color previews
#7791df text on a black background
contrast 6.90:1
Card sample
#7791df text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7791df;
Background color
Panel with #7791df background
background-color: #7791df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7791df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7791df; background: linear-gradient(135deg, #7791df, #A277DF);