#7992df
a light, vivid blue · warm · closest name: steelblue
RGB
121, 146, 223
HSL
225°, 61%, 68%
CMYK
46, 35, 0, 13
Luminance
0.2995
Every format
| HEX | #7992df |
| RGB | rgb(121, 146, 223) |
| HSL | hsl(225, 61%, 68%) |
| CMYK | cmyk(46%, 35%, 0%, 13%) |
| LAB | lab(61.6 11.4 -42.0) |
| LCH | lch(61.6 43.5 285.2) |
| OKLCH | oklch(0.673 0.118 269.4) |
Copy-ready code
/* CSS */
color: #7992df;
background-color: #7992df;
/* Tailwind (arbitrary) */
class="text-[#7992df] bg-[#7992df]"
/* SCSS */
$brand: #7992df;
/* SwiftUI */
Color(red: 0.475, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#7992df")Accessibility — WCAG contrast
Aa
#7992df on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7992df on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green57.3%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#7992df text on a black background
contrast 6.99:1
Card sample
#7992df text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7992df;
Background color
Panel with #7992df background
background-color: #7992df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7992df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7992df; background: linear-gradient(135deg, #7992df, #A479DF);