#7c8ccc
a balanced, soft blue · warm · closest name: steelblue
RGB
124, 140, 204
HSL
228°, 44%, 64%
CMYK
39, 31, 0, 20
Luminance
0.2740
Every format
| HEX | #7c8ccc |
| RGB | rgb(124, 140, 204) |
| HSL | hsl(228, 44%, 64%) |
| CMYK | cmyk(39%, 31%, 0%, 20%) |
| LAB | lab(59.3 10.3 -34.9) |
| LCH | lch(59.3 36.4 286.4) |
| OKLCH | oklch(0.653 0.098 272.7) |
Copy-ready code
/* CSS */
color: #7c8ccc;
background-color: #7c8ccc;
/* Tailwind (arbitrary) */
class="text-[#7c8ccc] bg-[#7c8ccc]"
/* SCSS */
$brand: #7c8ccc;
/* SwiftUI */
Color(red: 0.486, green: 0.549, blue: 0.800)
/* Android */
Color.parseColor("#7c8ccc")Accessibility — WCAG contrast
Aa
#7c8ccc on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c8ccc on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green54.9%
Blue80.0%
CMYK percentages
Cyan39.2%
Magenta31.4%
Yellow0.0%
Key (black)20.0%
Color previews
#7c8ccc text on a black background
contrast 6.48:1
Card sample
#7c8ccc text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c8ccc;
Background color
Panel with #7c8ccc background
background-color: #7c8ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c8ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 140, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 140, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c8ccc; background: linear-gradient(135deg, #7c8ccc, #A17CCC);