#7aebe4
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 235, 228
HSL
176°, 74%, 70%
CMYK
48, 0, 3, 8
Luminance
0.6916
Every format
| HEX | #7aebe4 |
| RGB | rgb(122, 235, 228) |
| HSL | hsl(176, 74%, 70%) |
| CMYK | cmyk(48%, 0%, 3%, 8%) |
| LAB | lab(86.6 -33.9 -6.6) |
| LCH | lch(86.6 34.5 191.0) |
| OKLCH | oklch(0.872 0.104 190.1) |
Copy-ready code
/* CSS */
color: #7aebe4;
background-color: #7aebe4;
/* Tailwind (arbitrary) */
class="text-[#7aebe4] bg-[#7aebe4]"
/* SCSS */
$brand: #7aebe4;
/* SwiftUI */
Color(red: 0.478, green: 0.922, blue: 0.894)
/* Android */
Color.parseColor("#7aebe4")Accessibility — WCAG contrast
Aa
#7aebe4 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aebe4 on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green92.2%
Blue89.4%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow3.0%
Key (black)7.8%
Color previews
#7aebe4 text on a black background
contrast 14.83:1
Card sample
#7aebe4 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aebe4;
Background color
Panel with #7aebe4 background
background-color: #7aebe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aebe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 235, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 235, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aebe4; background: linear-gradient(135deg, #7aebe4, #7AA7EB);