#7fa7eb
a light, vivid blue · cool · closest name: steelblue
RGB
127, 167, 235
HSL
218°, 73%, 71%
CMYK
46, 29, 0, 8
Luminance
0.3815
Every format
| HEX | #7fa7eb |
| RGB | rgb(127, 167, 235) |
| HSL | hsl(218, 73%, 71%) |
| CMYK | cmyk(46%, 29%, 0%, 8%) |
| LAB | lab(68.1 4.3 -38.4) |
| LCH | lch(68.1 38.6 276.4) |
| OKLCH | oklch(0.726 0.109 260.7) |
Copy-ready code
/* CSS */
color: #7fa7eb;
background-color: #7fa7eb;
/* Tailwind (arbitrary) */
class="text-[#7fa7eb] bg-[#7fa7eb]"
/* SCSS */
$brand: #7fa7eb;
/* SwiftUI */
Color(red: 0.498, green: 0.655, blue: 0.922)
/* Android */
Color.parseColor("#7fa7eb")Accessibility — WCAG contrast
Aa
#7fa7eb on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fa7eb on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green65.5%
Blue92.2%
CMYK percentages
Cyan46.0%
Magenta28.9%
Yellow0.0%
Key (black)7.8%
Color previews
#7fa7eb text on a black background
contrast 8.63:1
Card sample
#7fa7eb text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fa7eb;
Background color
Panel with #7fa7eb background
background-color: #7fa7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fa7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 167, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 167, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fa7eb; background: linear-gradient(135deg, #7fa7eb, #9F7FEB);