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