#7992eb
a light, vivid blue · warm · closest name: dodgerblue
RGB
121, 146, 235
HSL
227°, 74%, 70%
CMYK
49, 38, 0, 8
Luminance
0.3062
Every format
| HEX | #7992eb |
| RGB | rgb(121, 146, 235) |
| HSL | hsl(227, 74%, 70%) |
| CMYK | cmyk(49%, 38%, 0%, 8%) |
| LAB | lab(62.2 15.0 -47.7) |
| LCH | lch(62.2 50.0 287.4) |
| OKLCH | oklch(0.679 0.135 270.6) |
Copy-ready code
/* CSS */
color: #7992eb;
background-color: #7992eb;
/* Tailwind (arbitrary) */
class="text-[#7992eb] bg-[#7992eb]"
/* SCSS */
$brand: #7992eb;
/* SwiftUI */
Color(red: 0.475, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#7992eb")Accessibility — WCAG contrast
Aa
#7992eb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7992eb on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green57.3%
Blue92.2%
CMYK percentages
Cyan48.5%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#7992eb text on a black background
contrast 7.12:1
Card sample
#7992eb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7992eb;
Background color
Panel with #7992eb background
background-color: #7992eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7992eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7992eb; background: linear-gradient(135deg, #7992eb, #AC79EB);