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