#7fd5ba
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 213, 186
HSL
161°, 51%, 67%
CMYK
40, 0, 13, 17
Luminance
0.5565
Every format
| HEX | #7fd5ba |
| RGB | rgb(127, 213, 186) |
| HSL | hsl(161, 51%, 67%) |
| CMYK | cmyk(40%, 0%, 13%, 17%) |
| LAB | lab(79.4 -32.2 5.2) |
| LCH | lch(79.4 32.6 170.8) |
| OKLCH | oklch(0.811 0.093 171.8) |
Copy-ready code
/* CSS */
color: #7fd5ba;
background-color: #7fd5ba;
/* Tailwind (arbitrary) */
class="text-[#7fd5ba] bg-[#7fd5ba]"
/* SCSS */
$brand: #7fd5ba;
/* SwiftUI */
Color(red: 0.498, green: 0.835, blue: 0.729)
/* Android */
Color.parseColor("#7fd5ba")Accessibility — WCAG contrast
Aa
#7fd5ba on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd5ba on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green83.5%
Blue72.9%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow12.7%
Key (black)16.5%
Color previews
#7fd5ba text on a black background
contrast 12.13:1
Card sample
#7fd5ba text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd5ba;
Background color
Panel with #7fd5ba background
background-color: #7fd5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 213, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 213, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd5ba; background: linear-gradient(135deg, #7fd5ba, #7FB7D5);