#7aebcf
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 235, 207
HSL
165°, 74%, 70%
CMYK
48, 0, 12, 8
Luminance
0.6806
Every format
| HEX | #7aebcf |
| RGB | rgb(122, 235, 207) |
| HSL | hsl(165, 74%, 70%) |
| CMYK | cmyk(48%, 0%, 12%, 8%) |
| LAB | lab(86.0 -38.9 3.7) |
| LCH | lch(86.0 39.1 174.6) |
| OKLCH | oklch(0.866 0.112 175.3) |
Copy-ready code
/* CSS */
color: #7aebcf;
background-color: #7aebcf;
/* Tailwind (arbitrary) */
class="text-[#7aebcf] bg-[#7aebcf]"
/* SCSS */
$brand: #7aebcf;
/* SwiftUI */
Color(red: 0.478, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#7aebcf")Accessibility — WCAG contrast
Aa
#7aebcf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aebcf on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green92.2%
Blue81.2%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow11.9%
Key (black)7.8%
Color previews
#7aebcf text on a black background
contrast 14.61:1
Card sample
#7aebcf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aebcf;
Background color
Panel with #7aebcf background
background-color: #7aebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aebcf; background: linear-gradient(135deg, #7aebcf, #7ABCEB);