#7c99cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
124, 153, 207
HSL
219°, 46%, 65%
CMYK
40, 26, 0, 19
Luminance
0.3157
Every format
| HEX | #7c99cf |
| RGB | rgb(124, 153, 207) |
| HSL | hsl(219, 46%, 65%) |
| CMYK | cmyk(40%, 26%, 0%, 19%) |
| LAB | lab(63.0 3.6 -30.9) |
| LCH | lch(63.0 31.1 276.6) |
| OKLCH | oklch(0.682 0.087 262.5) |
Copy-ready code
/* CSS */
color: #7c99cf;
background-color: #7c99cf;
/* Tailwind (arbitrary) */
class="text-[#7c99cf] bg-[#7c99cf]"
/* SCSS */
$brand: #7c99cf;
/* SwiftUI */
Color(red: 0.486, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#7c99cf")Accessibility — WCAG contrast
Aa
#7c99cf on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7c99cf on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green60.0%
Blue81.2%
CMYK percentages
Cyan40.1%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#7c99cf text on a black background
contrast 7.31:1
Card sample
#7c99cf text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c99cf;
Background color
Panel with #7c99cf background
background-color: #7c99cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c99cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c99cf; background: linear-gradient(135deg, #7c99cf, #967CCF);