#7fa2eb
a light, vivid blue · cool · closest name: steelblue
RGB
127, 162, 235
HSL
221°, 73%, 71%
CMYK
46, 31, 0, 8
Luminance
0.3635
Every format
| HEX | #7fa2eb |
| RGB | rgb(127, 162, 235) |
| HSL | hsl(221, 73%, 71%) |
| CMYK | cmyk(46%, 31%, 0%, 8%) |
| LAB | lab(66.8 7.1 -40.5) |
| LCH | lch(66.8 41.1 280.0) |
| OKLCH | oklch(0.716 0.114 264.1) |
Copy-ready code
/* CSS */
color: #7fa2eb;
background-color: #7fa2eb;
/* Tailwind (arbitrary) */
class="text-[#7fa2eb] bg-[#7fa2eb]"
/* SCSS */
$brand: #7fa2eb;
/* SwiftUI */
Color(red: 0.498, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#7fa2eb")Accessibility — WCAG contrast
Aa
#7fa2eb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fa2eb on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green63.5%
Blue92.2%
CMYK percentages
Cyan46.0%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#7fa2eb text on a black background
contrast 8.27:1
Card sample
#7fa2eb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fa2eb;
Background color
Panel with #7fa2eb background
background-color: #7fa2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fa2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fa2eb; background: linear-gradient(135deg, #7fa2eb, #A47FEB);