#7c92e9
a light, vivid blue · warm · closest name: dodgerblue
RGB
124, 146, 233
HSL
228°, 71%, 70%
CMYK
47, 37, 0, 9
Luminance
0.3073
Every format
| HEX | #7c92e9 |
| RGB | rgb(124, 146, 233) |
| HSL | hsl(228, 71%, 70%) |
| CMYK | cmyk(47%, 37%, 0%, 9%) |
| LAB | lab(62.3 15.1 -46.5) |
| LCH | lch(62.3 48.8 288.0) |
| OKLCH | oklch(0.680 0.131 271.8) |
Copy-ready code
/* CSS */
color: #7c92e9;
background-color: #7c92e9;
/* Tailwind (arbitrary) */
class="text-[#7c92e9] bg-[#7c92e9]"
/* SCSS */
$brand: #7c92e9;
/* SwiftUI */
Color(red: 0.486, green: 0.573, blue: 0.914)
/* Android */
Color.parseColor("#7c92e9")Accessibility — WCAG contrast
Aa
#7c92e9 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7c92e9 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green57.3%
Blue91.4%
CMYK percentages
Cyan46.8%
Magenta37.3%
Yellow0.0%
Key (black)8.6%
Color previews
#7c92e9 text on a black background
contrast 7.15:1
Card sample
#7c92e9 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c92e9;
Background color
Panel with #7c92e9 background
background-color: #7c92e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c92e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 146, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 146, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c92e9; background: linear-gradient(135deg, #7c92e9, #AF7CE9);