#7ae9cd
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 233, 205
HSL
165°, 72%, 70%
CMYK
48, 0, 12, 9
Luminance
0.6682
Every format
| HEX | #7ae9cd |
| RGB | rgb(122, 233, 205) |
| HSL | hsl(165, 72%, 70%) |
| CMYK | cmyk(48%, 0%, 12%, 9%) |
| LAB | lab(85.4 -38.5 3.8) |
| LCH | lch(85.4 38.6 174.3) |
| OKLCH | oklch(0.860 0.111 175.1) |
Copy-ready code
/* CSS */
color: #7ae9cd;
background-color: #7ae9cd;
/* Tailwind (arbitrary) */
class="text-[#7ae9cd] bg-[#7ae9cd]"
/* SCSS */
$brand: #7ae9cd;
/* SwiftUI */
Color(red: 0.478, green: 0.914, blue: 0.804)
/* Android */
Color.parseColor("#7ae9cd")Accessibility — WCAG contrast
Aa
#7ae9cd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae9cd on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green91.4%
Blue80.4%
CMYK percentages
Cyan47.6%
Magenta0.0%
Yellow12.0%
Key (black)8.6%
Color previews
#7ae9cd text on a black background
contrast 14.36:1
Card sample
#7ae9cd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae9cd;
Background color
Panel with #7ae9cd background
background-color: #7ae9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 233, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 233, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae9cd; background: linear-gradient(135deg, #7ae9cd, #7ABBE9);