#7b7dfd
a light, electric blue · warm · closest name: royalblue
RGB
123, 125, 253
HSL
239°, 97%, 74%
CMYK
51, 51, 0, 1
Luminance
0.2597
Every format
| HEX | #7b7dfd |
| RGB | rgb(123, 125, 253) |
| HSL | hsl(239, 97%, 74%) |
| CMYK | cmyk(51%, 51%, 0%, 1%) |
| LAB | lab(58.0 33.2 -64.3) |
| LCH | lch(58.0 72.4 297.3) |
| OKLCH | oklch(0.651 0.186 279.2) |
Copy-ready code
/* CSS */
color: #7b7dfd;
background-color: #7b7dfd;
/* Tailwind (arbitrary) */
class="text-[#7b7dfd] bg-[#7b7dfd]"
/* SCSS */
$brand: #7b7dfd;
/* SwiftUI */
Color(red: 0.482, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#7b7dfd")Accessibility — WCAG contrast
Aa
#7b7dfd on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7b7dfd on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green49.0%
Blue99.2%
CMYK percentages
Cyan51.4%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#7b7dfd text on a black background
contrast 6.19:1
Card sample
#7b7dfd text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b7dfd;
Background color
Panel with #7b7dfd background
background-color: #7b7dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b7dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b7dfd; background: linear-gradient(135deg, #7b7dfd, #D07BFD);