#7fa4da
a light, vivid blue · cool · closest name: steelblue
RGB
127, 164, 218
HSL
216°, 55%, 68%
CMYK
42, 25, 0, 15
Luminance
0.3612
Every format
| HEX | #7fa4da |
| RGB | rgb(127, 164, 218) |
| HSL | hsl(216, 55%, 68%) |
| CMYK | cmyk(42%, 25%, 0%, 15%) |
| LAB | lab(66.6 1.2 -31.4) |
| LCH | lch(66.6 31.4 272.2) |
| OKLCH | oklch(0.712 0.089 257.7) |
Copy-ready code
/* CSS */
color: #7fa4da;
background-color: #7fa4da;
/* Tailwind (arbitrary) */
class="text-[#7fa4da] bg-[#7fa4da]"
/* SCSS */
$brand: #7fa4da;
/* SwiftUI */
Color(red: 0.498, green: 0.643, blue: 0.855)
/* Android */
Color.parseColor("#7fa4da")Accessibility — WCAG contrast
Aa
#7fa4da on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fa4da on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green64.3%
Blue85.5%
CMYK percentages
Cyan41.7%
Magenta24.8%
Yellow0.0%
Key (black)14.5%
Color previews
#7fa4da text on a black background
contrast 8.22:1
Card sample
#7fa4da text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fa4da;
Background color
Panel with #7fa4da background
background-color: #7fa4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fa4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 164, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 164, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fa4da; background: linear-gradient(135deg, #7fa4da, #967FDA);