#7faeee
a light, electric blue · cool · closest name: steelblue
RGB
127, 174, 238
HSL
215°, 77%, 72%
CMYK
47, 27, 0, 7
Luminance
0.4096
Every format
| HEX | #7faeee |
| RGB | rgb(127, 174, 238) |
| HSL | hsl(215, 77%, 72%) |
| CMYK | cmyk(47%, 27%, 0%, 7%) |
| LAB | lab(70.1 1.2 -36.9) |
| LCH | lch(70.1 36.9 271.9) |
| OKLCH | oklch(0.743 0.106 256.3) |
Copy-ready code
/* CSS */
color: #7faeee;
background-color: #7faeee;
/* Tailwind (arbitrary) */
class="text-[#7faeee] bg-[#7faeee]"
/* SCSS */
$brand: #7faeee;
/* SwiftUI */
Color(red: 0.498, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#7faeee")Accessibility — WCAG contrast
Aa
#7faeee on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7faeee on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green68.2%
Blue93.3%
CMYK percentages
Cyan46.6%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#7faeee text on a black background
contrast 9.19:1
Card sample
#7faeee text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7faeee;
Background color
Panel with #7faeee background
background-color: #7faeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7faeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7faeee; background: linear-gradient(135deg, #7faeee, #9A7FEE);