#7faaeb
a light, vivid blue · cool · closest name: steelblue
RGB
127, 170, 235
HSL
216°, 73%, 71%
CMYK
46, 28, 0, 8
Luminance
0.3926
Every format
| HEX | #7faaeb |
| RGB | rgb(127, 170, 235) |
| HSL | hsl(216, 73%, 71%) |
| CMYK | cmyk(46%, 28%, 0%, 8%) |
| LAB | lab(68.9 2.6 -37.1) |
| LCH | lch(68.9 37.2 274.0) |
| OKLCH | oklch(0.733 0.106 258.4) |
Copy-ready code
/* CSS */
color: #7faaeb;
background-color: #7faaeb;
/* Tailwind (arbitrary) */
class="text-[#7faaeb] bg-[#7faaeb]"
/* SCSS */
$brand: #7faaeb;
/* SwiftUI */
Color(red: 0.498, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#7faaeb")Accessibility — WCAG contrast
Aa
#7faaeb on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7faaeb on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green66.7%
Blue92.2%
CMYK percentages
Cyan46.0%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7faaeb text on a black background
contrast 8.85:1
Card sample
#7faaeb text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7faaeb;
Background color
Panel with #7faaeb background
background-color: #7faaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7faaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7faaeb; background: linear-gradient(135deg, #7faaeb, #9C7FEB);