#7b92fd
a light, electric blue · warm · closest name: dodgerblue
RGB
123, 146, 253
HSL
229°, 97%, 74%
CMYK
51, 42, 0, 1
Luminance
0.3186
Every format
| HEX | #7b92fd |
| RGB | rgb(123, 146, 253) |
| HSL | hsl(229, 97%, 74%) |
| CMYK | cmyk(51%, 42%, 0%, 1%) |
| LAB | lab(63.2 20.9 -56.0) |
| LCH | lch(63.2 59.7 290.4) |
| OKLCH | oklch(0.691 0.159 272.5) |
Copy-ready code
/* CSS */
color: #7b92fd;
background-color: #7b92fd;
/* Tailwind (arbitrary) */
class="text-[#7b92fd] bg-[#7b92fd]"
/* SCSS */
$brand: #7b92fd;
/* SwiftUI */
Color(red: 0.482, green: 0.573, blue: 0.992)
/* Android */
Color.parseColor("#7b92fd")Accessibility — WCAG contrast
Aa
#7b92fd on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7b92fd on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green57.3%
Blue99.2%
CMYK percentages
Cyan51.4%
Magenta42.3%
Yellow0.0%
Key (black)0.8%
Color previews
#7b92fd text on a black background
contrast 7.37:1
Card sample
#7b92fd text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b92fd;
Background color
Panel with #7b92fd background
background-color: #7b92fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b92fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 146, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 146, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b92fd; background: linear-gradient(135deg, #7b92fd, #BB7BFD);