#7c93cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
124, 147, 207
HSL
223°, 46%, 65%
CMYK
40, 29, 0, 19
Luminance
0.2966
Every format
| HEX | #7c93cf |
| RGB | rgb(124, 147, 207) |
| HSL | hsl(223, 46%, 65%) |
| CMYK | cmyk(40%, 29%, 0%, 19%) |
| LAB | lab(61.4 7.0 -33.4) |
| LCH | lch(61.4 34.2 281.9) |
| OKLCH | oklch(0.669 0.093 267.8) |
Copy-ready code
/* CSS */
color: #7c93cf;
background-color: #7c93cf;
/* Tailwind (arbitrary) */
class="text-[#7c93cf] bg-[#7c93cf]"
/* SCSS */
$brand: #7c93cf;
/* SwiftUI */
Color(red: 0.486, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#7c93cf")Accessibility — WCAG contrast
Aa
#7c93cf on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c93cf on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green57.6%
Blue81.2%
CMYK percentages
Cyan40.1%
Magenta29.0%
Yellow0.0%
Key (black)18.8%
Color previews
#7c93cf text on a black background
contrast 6.93:1
Card sample
#7c93cf text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c93cf;
Background color
Panel with #7c93cf background
background-color: #7c93cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c93cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c93cf; background: linear-gradient(135deg, #7c93cf, #9C7CCF);