#7fc2b5
a balanced, soft cyan · cool · closest name: turquoise
RGB
127, 194, 181
HSL
168°, 35%, 63%
CMYK
35, 0, 7, 24
Luminance
0.4643
Every format
| HEX | #7fc2b5 |
| RGB | rgb(127, 194, 181) |
| HSL | hsl(168, 35%, 63%) |
| CMYK | cmyk(35%, 0%, 7%, 24%) |
| LAB | lab(73.8 -24.1 -0.2) |
| LCH | lch(73.8 24.1 180.5) |
| OKLCH | oklch(0.765 0.071 180.7) |
Copy-ready code
/* CSS */
color: #7fc2b5;
background-color: #7fc2b5;
/* Tailwind (arbitrary) */
class="text-[#7fc2b5] bg-[#7fc2b5]"
/* SCSS */
$brand: #7fc2b5;
/* SwiftUI */
Color(red: 0.498, green: 0.761, blue: 0.710)
/* Android */
Color.parseColor("#7fc2b5")Accessibility — WCAG contrast
Aa
#7fc2b5 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fc2b5 on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green76.1%
Blue71.0%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow6.7%
Key (black)23.9%
Color previews
#7fc2b5 text on a black background
contrast 10.29:1
Card sample
#7fc2b5 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fc2b5;
Background color
Panel with #7fc2b5 background
background-color: #7fc2b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fc2b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 194, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 194, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fc2b5; background: linear-gradient(135deg, #7fc2b5, #7FA2C2);