#7fceb9
a light, soft cyan · cool · closest name: turquoise
RGB
127, 206, 185
HSL
164°, 45%, 65%
CMYK
38, 0, 10, 19
Luminance
0.5216
Every format
| HEX | #7fceb9 |
| RGB | rgb(127, 206, 185) |
| HSL | hsl(164, 45%, 65%) |
| CMYK | cmyk(38%, 0%, 10%, 19%) |
| LAB | lab(77.4 -29.1 2.8) |
| LCH | lch(77.4 29.2 174.5) |
| OKLCH | oklch(0.794 0.084 175.2) |
Copy-ready code
/* CSS */
color: #7fceb9;
background-color: #7fceb9;
/* Tailwind (arbitrary) */
class="text-[#7fceb9] bg-[#7fceb9]"
/* SCSS */
$brand: #7fceb9;
/* SwiftUI */
Color(red: 0.498, green: 0.808, blue: 0.725)
/* Android */
Color.parseColor("#7fceb9")Accessibility — WCAG contrast
Aa
#7fceb9 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fceb9 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green80.8%
Blue72.5%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow10.2%
Key (black)19.2%
Color previews
#7fceb9 text on a black background
contrast 11.43:1
Card sample
#7fceb9 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fceb9;
Background color
Panel with #7fceb9 background
background-color: #7fceb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fceb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 206, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 206, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fceb9; background: linear-gradient(135deg, #7fceb9, #7FAECE);