#7c7fff
a light, electric blue · warm · closest name: royalblue
RGB
124, 127, 255
HSL
239°, 100%, 74%
CMYK
51, 50, 0, 0
Luminance
0.2668
Every format
| HEX | #7c7fff |
| RGB | rgb(124, 127, 255) |
| HSL | hsl(239, 100%, 74%) |
| CMYK | cmyk(51%, 50%, 0%, 0%) |
| LAB | lab(58.7 32.9 -64.3) |
| LCH | lch(58.7 72.2 297.1) |
| OKLCH | oklch(0.657 0.186 279.0) |
Copy-ready code
/* CSS */
color: #7c7fff;
background-color: #7c7fff;
/* Tailwind (arbitrary) */
class="text-[#7c7fff] bg-[#7c7fff]"
/* SCSS */
$brand: #7c7fff;
/* SwiftUI */
Color(red: 0.486, green: 0.498, blue: 1.000)
/* Android */
Color.parseColor("#7c7fff")Accessibility — WCAG contrast
Aa
#7c7fff on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c7fff on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green49.8%
Blue100.0%
CMYK percentages
Cyan51.4%
Magenta50.2%
Yellow0.0%
Key (black)0.0%
Color previews
#7c7fff text on a black background
contrast 6.34:1
Card sample
#7c7fff text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c7fff;
Background color
Panel with #7c7fff background
background-color: #7c7fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c7fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 127, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 127, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c7fff; background: linear-gradient(135deg, #7c7fff, #D07CFF);