#7c7ccc
a balanced, soft blue · warm · closest name: dodgerblue
RGB
124, 124, 204
HSL
240°, 44%, 64%
CMYK
39, 39, 0, 20
Luminance
0.2306
Every format
| HEX | #7c7ccc |
| RGB | rgb(124, 124, 204) |
| HSL | hsl(240, 44%, 64%) |
| CMYK | cmyk(39%, 39%, 0%, 20%) |
| LAB | lab(55.1 19.7 -41.5) |
| LCH | lch(55.1 45.9 295.4) |
| OKLCH | oklch(0.621 0.119 282.4) |
Copy-ready code
/* CSS */
color: #7c7ccc;
background-color: #7c7ccc;
/* Tailwind (arbitrary) */
class="text-[#7c7ccc] bg-[#7c7ccc]"
/* SCSS */
$brand: #7c7ccc;
/* SwiftUI */
Color(red: 0.486, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#7c7ccc")Accessibility — WCAG contrast
Aa
#7c7ccc on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c7ccc on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green48.6%
Blue80.0%
CMYK percentages
Cyan39.2%
Magenta39.2%
Yellow0.0%
Key (black)20.0%
Color previews
#7c7ccc text on a black background
contrast 5.61:1
Card sample
#7c7ccc text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c7ccc;
Background color
Panel with #7c7ccc background
background-color: #7c7ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c7ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c7ccc; background: linear-gradient(135deg, #7c7ccc, #B17CCC);