#7fa2cf
a light, vivid blue · cool · closest name: steelblue
RGB
127, 162, 207
HSL
214°, 46%, 66%
CMYK
39, 22, 0, 19
Luminance
0.3486
Every format
| HEX | #7fa2cf |
| RGB | rgb(127, 162, 207) |
| HSL | hsl(214, 46%, 66%) |
| CMYK | cmyk(39%, 22%, 0%, 19%) |
| LAB | lab(65.6 -0.7 -26.8) |
| LCH | lch(65.6 26.8 268.5) |
| OKLCH | oklch(0.703 0.077 255.0) |
Copy-ready code
/* CSS */
color: #7fa2cf;
background-color: #7fa2cf;
/* Tailwind (arbitrary) */
class="text-[#7fa2cf] bg-[#7fa2cf]"
/* SCSS */
$brand: #7fa2cf;
/* SwiftUI */
Color(red: 0.498, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#7fa2cf")Accessibility — WCAG contrast
Aa
#7fa2cf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fa2cf on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green63.5%
Blue81.2%
CMYK percentages
Cyan38.6%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#7fa2cf text on a black background
contrast 7.97:1
Card sample
#7fa2cf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fa2cf;
Background color
Panel with #7fa2cf background
background-color: #7fa2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fa2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fa2cf; background: linear-gradient(135deg, #7fa2cf, #917FCF);