#7c7cfd
a light, electric blue · warm · closest name: royalblue
RGB
124, 124, 253
HSL
240°, 97%, 74%
CMYK
51, 51, 0, 1
Luminance
0.2579
Every format
| HEX | #7c7cfd |
| RGB | rgb(124, 124, 253) |
| HSL | hsl(240, 97%, 74%) |
| CMYK | cmyk(51%, 51%, 0%, 1%) |
| LAB | lab(57.8 34.0 -64.6) |
| LCH | lch(57.8 73.0 297.8) |
| OKLCH | oklch(0.650 0.187 279.9) |
Copy-ready code
/* CSS */
color: #7c7cfd;
background-color: #7c7cfd;
/* Tailwind (arbitrary) */
class="text-[#7c7cfd] bg-[#7c7cfd]"
/* SCSS */
$brand: #7c7cfd;
/* SwiftUI */
Color(red: 0.486, green: 0.486, blue: 0.992)
/* Android */
Color.parseColor("#7c7cfd")Accessibility — WCAG contrast
Aa
#7c7cfd on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c7cfd on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green48.6%
Blue99.2%
CMYK percentages
Cyan51.0%
Magenta51.0%
Yellow0.0%
Key (black)0.8%
Color previews
#7c7cfd text on a black background
contrast 6.16:1
Card sample
#7c7cfd text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c7cfd;
Background color
Panel with #7c7cfd background
background-color: #7c7cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c7cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 124, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 124, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c7cfd; background: linear-gradient(135deg, #7c7cfd, #D27CFD);