#7aaeee
a light, electric blue · cool · closest name: steelblue
RGB
122, 174, 238
HSL
213°, 77%, 71%
CMYK
49, 27, 0, 7
Luminance
0.4058
Every format
| HEX | #7aaeee |
| RGB | rgb(122, 174, 238) |
| HSL | hsl(213, 77%, 71%) |
| CMYK | cmyk(49%, 27%, 0%, 7%) |
| LAB | lab(69.9 0.1 -37.3) |
| LCH | lch(69.9 37.3 270.1) |
| OKLCH | oklch(0.740 0.108 254.2) |
Copy-ready code
/* CSS */
color: #7aaeee;
background-color: #7aaeee;
/* Tailwind (arbitrary) */
class="text-[#7aaeee] bg-[#7aaeee]"
/* SCSS */
$brand: #7aaeee;
/* SwiftUI */
Color(red: 0.478, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#7aaeee")Accessibility — WCAG contrast
Aa
#7aaeee on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aaeee on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green68.2%
Blue93.3%
CMYK percentages
Cyan48.7%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#7aaeee text on a black background
contrast 9.12:1
Card sample
#7aaeee text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aaeee;
Background color
Panel with #7aaeee background
background-color: #7aaeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aaeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aaeee; background: linear-gradient(135deg, #7aaeee, #937AEE);