#7c7cdf
a light, vivid blue · warm · closest name: royalblue
RGB
124, 124, 223
HSL
240°, 61%, 68%
CMYK
44, 44, 0, 13
Luminance
0.2403
Every format
| HEX | #7c7cdf |
| RGB | rgb(124, 124, 223) |
| HSL | hsl(240, 61%, 68%) |
| CMYK | cmyk(44%, 44%, 0%, 13%) |
| LAB | lab(56.1 25.1 -50.6) |
| LCH | lch(56.1 56.5 296.4) |
| OKLCH | oklch(0.631 0.146 281.4) |
Copy-ready code
/* CSS */
color: #7c7cdf;
background-color: #7c7cdf;
/* Tailwind (arbitrary) */
class="text-[#7c7cdf] bg-[#7c7cdf]"
/* SCSS */
$brand: #7c7cdf;
/* SwiftUI */
Color(red: 0.486, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#7c7cdf")Accessibility — WCAG contrast
Aa
#7c7cdf on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c7cdf on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green48.6%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#7c7cdf text on a black background
contrast 5.81:1
Card sample
#7c7cdf text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c7cdf;
Background color
Panel with #7c7cdf background
background-color: #7c7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c7cdf; background: linear-gradient(135deg, #7c7cdf, #BE7CDF);