#7aadef
a light, electric blue · cool · closest name: steelblue
RGB
122, 173, 239
HSL
214°, 79%, 71%
CMYK
49, 28, 0, 6
Luminance
0.4026
Every format
| HEX | #7aadef |
| RGB | rgb(122, 173, 239) |
| HSL | hsl(214, 79%, 71%) |
| CMYK | cmyk(49%, 28%, 0%, 6%) |
| LAB | lab(69.7 0.9 -38.2) |
| LCH | lch(69.7 38.2 271.4) |
| OKLCH | oklch(0.738 0.111 255.3) |
Copy-ready code
/* CSS */
color: #7aadef;
background-color: #7aadef;
/* Tailwind (arbitrary) */
class="text-[#7aadef] bg-[#7aadef]"
/* SCSS */
$brand: #7aadef;
/* SwiftUI */
Color(red: 0.478, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#7aadef")Accessibility — WCAG contrast
Aa
#7aadef on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aadef on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green67.8%
Blue93.7%
CMYK percentages
Cyan49.0%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#7aadef text on a black background
contrast 9.05:1
Card sample
#7aadef text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aadef;
Background color
Panel with #7aadef background
background-color: #7aadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aadef; background: linear-gradient(135deg, #7aadef, #957AEF);