#7c85cf
a balanced, vivid blue · warm · closest name: steelblue
RGB
124, 133, 207
HSL
234°, 46%, 65%
CMYK
40, 36, 0, 19
Luminance
0.2557
Every format
| HEX | #7c85cf |
| RGB | rgb(124, 133, 207) |
| HSL | hsl(234, 46%, 65%) |
| CMYK | cmyk(40%, 36%, 0%, 19%) |
| LAB | lab(57.6 15.2 -39.3) |
| LCH | lch(57.6 42.1 291.2) |
| OKLCH | oklch(0.640 0.111 277.5) |
Copy-ready code
/* CSS */
color: #7c85cf;
background-color: #7c85cf;
/* Tailwind (arbitrary) */
class="text-[#7c85cf] bg-[#7c85cf]"
/* SCSS */
$brand: #7c85cf;
/* SwiftUI */
Color(red: 0.486, green: 0.522, blue: 0.812)
/* Android */
Color.parseColor("#7c85cf")Accessibility — WCAG contrast
Aa
#7c85cf on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c85cf on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green52.2%
Blue81.2%
CMYK percentages
Cyan40.1%
Magenta35.7%
Yellow0.0%
Key (black)18.8%
Color previews
#7c85cf text on a black background
contrast 6.11:1
Card sample
#7c85cf text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c85cf;
Background color
Panel with #7c85cf background
background-color: #7c85cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c85cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 133, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 133, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c85cf; background: linear-gradient(135deg, #7c85cf, #AA7CCF);