#7ae2ee
a light, electric cyan · cool · closest name: skyblue
RGB
122, 226, 238
HSL
186°, 77%, 71%
CMYK
49, 5, 0, 7
Luminance
0.6470
Every format
| HEX | #7ae2ee |
| RGB | rgb(122, 226, 238) |
| HSL | hsl(186, 77%, 71%) |
| CMYK | cmyk(49%, 5%, 0%, 7%) |
| LAB | lab(84.3 -27.1 -15.2) |
| LCH | lch(84.3 31.1 209.3) |
| OKLCH | oklch(0.855 0.098 205.3) |
Copy-ready code
/* CSS */
color: #7ae2ee;
background-color: #7ae2ee;
/* Tailwind (arbitrary) */
class="text-[#7ae2ee] bg-[#7ae2ee]"
/* SCSS */
$brand: #7ae2ee;
/* SwiftUI */
Color(red: 0.478, green: 0.886, blue: 0.933)
/* Android */
Color.parseColor("#7ae2ee")Accessibility — WCAG contrast
Aa
#7ae2ee on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae2ee on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green88.6%
Blue93.3%
CMYK percentages
Cyan48.7%
Magenta5.0%
Yellow0.0%
Key (black)6.7%
Color previews
#7ae2ee text on a black background
contrast 13.94:1
Card sample
#7ae2ee text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae2ee;
Background color
Panel with #7ae2ee background
background-color: #7ae2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 226, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 226, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae2ee; background: linear-gradient(135deg, #7ae2ee, #7A95EE);