#7c91df
a light, vivid blue · warm · closest name: steelblue
RGB
124, 145, 223
HSL
227°, 61%, 68%
CMYK
44, 35, 0, 13
Luminance
0.2986
Every format
| HEX | #7c91df |
| RGB | rgb(124, 145, 223) |
| HSL | hsl(227, 61%, 68%) |
| CMYK | cmyk(44%, 35%, 0%, 13%) |
| LAB | lab(61.5 12.7 -42.1) |
| LCH | lch(61.5 44.0 286.8) |
| OKLCH | oklch(0.673 0.118 271.5) |
Copy-ready code
/* CSS */
color: #7c91df;
background-color: #7c91df;
/* Tailwind (arbitrary) */
class="text-[#7c91df] bg-[#7c91df]"
/* SCSS */
$brand: #7c91df;
/* SwiftUI */
Color(red: 0.486, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#7c91df")Accessibility — WCAG contrast
Aa
#7c91df on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c91df on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green56.9%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta35.0%
Yellow0.0%
Key (black)12.5%
Color previews
#7c91df text on a black background
contrast 6.97:1
Card sample
#7c91df text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c91df;
Background color
Panel with #7c91df background
background-color: #7c91df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c91df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c91df; background: linear-gradient(135deg, #7c91df, #A97CDF);