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