#7f97cb
a balanced, soft blue · cool · closest name: steelblue
RGB
127, 151, 203
HSL
221°, 42%, 65%
CMYK
37, 26, 0, 20
Luminance
0.3096
Every format
| HEX | #7f97cb |
| RGB | rgb(127, 151, 203) |
| HSL | hsl(221, 42%, 65%) |
| CMYK | cmyk(37%, 26%, 0%, 20%) |
| LAB | lab(62.5 4.4 -29.4) |
| LCH | lch(62.5 29.8 278.6) |
| OKLCH | oklch(0.678 0.082 265.1) |
Copy-ready code
/* CSS */
color: #7f97cb;
background-color: #7f97cb;
/* Tailwind (arbitrary) */
class="text-[#7f97cb] bg-[#7f97cb]"
/* SCSS */
$brand: #7f97cb;
/* SwiftUI */
Color(red: 0.498, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#7f97cb")Accessibility — WCAG contrast
Aa
#7f97cb on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7f97cb on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green59.2%
Blue79.6%
CMYK percentages
Cyan37.4%
Magenta25.6%
Yellow0.0%
Key (black)20.4%
Color previews
#7f97cb text on a black background
contrast 7.19:1
Card sample
#7f97cb text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f97cb;
Background color
Panel with #7f97cb background
background-color: #7f97cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f97cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f97cb; background: linear-gradient(135deg, #7f97cb, #9A7FCB);