#7992ff
a light, electric blue · warm · closest name: dodgerblue
RGB
121, 146, 255
HSL
229°, 100%, 74%
CMYK
53, 43, 0, 0
Luminance
0.3184
Every format
| HEX | #7992ff |
| RGB | rgb(121, 146, 255) |
| HSL | hsl(229, 100%, 74%) |
| CMYK | cmyk(53%, 43%, 0%, 0%) |
| LAB | lab(63.2 21.0 -57.1) |
| LCH | lch(63.2 60.8 290.2) |
| OKLCH | oklch(0.691 0.162 271.8) |
Copy-ready code
/* CSS */
color: #7992ff;
background-color: #7992ff;
/* Tailwind (arbitrary) */
class="text-[#7992ff] bg-[#7992ff]"
/* SCSS */
$brand: #7992ff;
/* SwiftUI */
Color(red: 0.475, green: 0.573, blue: 1.000)
/* Android */
Color.parseColor("#7992ff")Accessibility — WCAG contrast
Aa
#7992ff on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7992ff on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green57.3%
Blue100.0%
CMYK percentages
Cyan52.5%
Magenta42.7%
Yellow0.0%
Key (black)0.0%
Color previews
#7992ff text on a black background
contrast 7.37:1
Card sample
#7992ff text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7992ff;
Background color
Panel with #7992ff background
background-color: #7992ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7992ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 146, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 146, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7992ff; background: linear-gradient(135deg, #7992ff, #B979FF);