#7c9abc
a balanced, soft blue · cool · closest name: steelblue
RGB
124, 154, 188
HSL
212°, 32%, 61%
CMYK
34, 18, 0, 26
Luminance
0.3103
Every format
| HEX | #7c9abc |
| RGB | rgb(124, 154, 188) |
| HSL | hsl(212, 32%, 61%) |
| CMYK | cmyk(34%, 18%, 0%, 26%) |
| LAB | lab(62.5 -2.1 -21.0) |
| LCH | lch(62.5 21.1 264.3) |
| OKLCH | oklch(0.676 0.061 251.9) |
Copy-ready code
/* CSS */
color: #7c9abc;
background-color: #7c9abc;
/* Tailwind (arbitrary) */
class="text-[#7c9abc] bg-[#7c9abc]"
/* SCSS */
$brand: #7c9abc;
/* SwiftUI */
Color(red: 0.486, green: 0.604, blue: 0.737)
/* Android */
Color.parseColor("#7c9abc")Accessibility — WCAG contrast
Aa
#7c9abc on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7c9abc on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green60.4%
Blue73.7%
CMYK percentages
Cyan34.0%
Magenta18.1%
Yellow0.0%
Key (black)26.3%
Color previews
#7c9abc text on a black background
contrast 7.21:1
Card sample
#7c9abc text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c9abc;
Background color
Panel with #7c9abc background
background-color: #7c9abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c9abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 154, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 154, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c9abc; background: linear-gradient(135deg, #7c9abc, #897CBC);