#7c7ccf
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
124, 124, 207
HSL
240°, 46%, 65%
CMYK
40, 40, 0, 19
Luminance
0.2321
Every format
| HEX | #7c7ccf |
| RGB | rgb(124, 124, 207) |
| HSL | hsl(240, 46%, 65%) |
| CMYK | cmyk(40%, 40%, 0%, 19%) |
| LAB | lab(55.3 20.5 -43.0) |
| LCH | lch(55.3 47.6 295.5) |
| OKLCH | oklch(0.622 0.124 282.2) |
Copy-ready code
/* CSS */
color: #7c7ccf;
background-color: #7c7ccf;
/* Tailwind (arbitrary) */
class="text-[#7c7ccf] bg-[#7c7ccf]"
/* SCSS */
$brand: #7c7ccf;
/* SwiftUI */
Color(red: 0.486, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#7c7ccf")Accessibility — WCAG contrast
Aa
#7c7ccf on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c7ccf on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green48.6%
Blue81.2%
CMYK percentages
Cyan40.1%
Magenta40.1%
Yellow0.0%
Key (black)18.8%
Color previews
#7c7ccf text on a black background
contrast 5.64:1
Card sample
#7c7ccf text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c7ccf;
Background color
Panel with #7c7ccf background
background-color: #7c7ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c7ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c7ccf; background: linear-gradient(135deg, #7c7ccf, #B37CCF);