#7ae1d2
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 225, 210
HSL
171°, 63%, 68%
CMYK
46, 0, 7, 12
Luminance
0.6264
Every format
| HEX | #7ae1d2 |
| RGB | rgb(122, 225, 210) |
| HSL | hsl(171, 63%, 68%) |
| CMYK | cmyk(46%, 0%, 7%, 12%) |
| LAB | lab(83.3 -33.6 -2.0) |
| LCH | lch(83.3 33.7 183.4) |
| OKLCH | oklch(0.843 0.099 183.4) |
Copy-ready code
/* CSS */
color: #7ae1d2;
background-color: #7ae1d2;
/* Tailwind (arbitrary) */
class="text-[#7ae1d2] bg-[#7ae1d2]"
/* SCSS */
$brand: #7ae1d2;
/* SwiftUI */
Color(red: 0.478, green: 0.882, blue: 0.824)
/* Android */
Color.parseColor("#7ae1d2")Accessibility — WCAG contrast
Aa
#7ae1d2 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae1d2 on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green88.2%
Blue82.4%
CMYK percentages
Cyan45.8%
Magenta0.0%
Yellow6.7%
Key (black)11.8%
Color previews
#7ae1d2 text on a black background
contrast 13.53:1
Card sample
#7ae1d2 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae1d2;
Background color
Panel with #7ae1d2 background
background-color: #7ae1d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae1d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 225, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 225, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae1d2; background: linear-gradient(135deg, #7ae1d2, #7AABE1);