#7fa0cf
a light, vivid blue · cool · closest name: steelblue
RGB
127, 160, 207
HSL
215°, 46%, 66%
CMYK
39, 23, 0, 19
Luminance
0.3416
Every format
| HEX | #7fa0cf |
| RGB | rgb(127, 160, 207) |
| HSL | hsl(215, 46%, 66%) |
| CMYK | cmyk(39%, 23%, 0%, 19%) |
| LAB | lab(65.1 0.4 -27.6) |
| LCH | lch(65.1 27.6 270.9) |
| OKLCH | oklch(0.699 0.079 257.2) |
Copy-ready code
/* CSS */
color: #7fa0cf;
background-color: #7fa0cf;
/* Tailwind (arbitrary) */
class="text-[#7fa0cf] bg-[#7fa0cf]"
/* SCSS */
$brand: #7fa0cf;
/* SwiftUI */
Color(red: 0.498, green: 0.627, blue: 0.812)
/* Android */
Color.parseColor("#7fa0cf")Accessibility — WCAG contrast
Aa
#7fa0cf on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fa0cf on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green62.7%
Blue81.2%
CMYK percentages
Cyan38.6%
Magenta22.7%
Yellow0.0%
Key (black)18.8%
Color previews
#7fa0cf text on a black background
contrast 7.83:1
Card sample
#7fa0cf text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fa0cf;
Background color
Panel with #7fa0cf background
background-color: #7fa0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fa0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 160, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 160, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fa0cf; background: linear-gradient(135deg, #7fa0cf, #937FCF);